There is always one object inside the objects array and here is the mapping between the verb and type of the object.
Verb | Type of object | Trigger |
---|---|---|
answer | User answers a question | |
answer_upvote | User likes a post | |
mention_answer | User mentions another user in an answer | |
post | User posts in community | |
reply | User replies to a post (Article, Discussion) | |
post_upvote | User likes a post (or a reply) | |
mention_post | User mentions another user in a post | |
mention_post_response | User mentions another user in a reply | |
follow_post | User follows a post | |
follow_question | User follows a question | |
ask | User asks a question | |
reask | User re-asks a question | |
request_answer | User requests an answer from another user | |
question_upvote | User likes a question | |
comment_post | User comments on a post (Quick Post) | |
mention_post_comment | User mentions another user in a comment of a post (Quick Post) | |
comment_post_upvote | User likes a comment of a post (Quick Post) | |
comment_question | User comments on a question | |
comment_question_upvote | User likes a comment of a question | |
mention_question_comment | User mentions another user in a comment of a question | |
comment_answer | User comments on an answer | |
mention_answer_comment | User mentions another user on a comment of an answer | |
comment_answer_upvote | User likes a comment of an answer | |
group_join_request | User requests to join a group. This notification would go to admin and moderators of the group. | |
group_joined | User joins a group. This notification is for public groups and would go to admins and moderators of the groups. | |
group_join_approved | Admin or moderator approve the request of user for joining a group. This notification would go to the user who requested to join the group | |
group_added | Admin or moderator add a user to a group. This notification would go to the user who has been added to the group. | |
group_created | User created a group. |
Updated 28 days ago