Supported Event types

The eventType property is a case-sensitive enum, so ensure you use the following exact values or those listed in the API Reference. 

List of allowed Event types

Event TypeDescription
PostContent shared with one or multiple profiles, including:
  • Text
  • File sharing
  • Polls
  • Questions
  • Announcements
  • Projects
  • Work tasks
Post EditedA post was edited
Post DeletedA post was deleted
Response to PostA user responded to a post with a comment or other action, e.g.:
  • Comment
  • File share
  • Answer to question
  • Vote on poll
  • Issue status change
Response to Post EditedAn edit of a response to a post, e.g. an edit to a comment
Response to Post DeletedA response to a post was removed or deleted
ReactionA response to a post without text, usually using emojis or “like”, “upvote” actions
ProfileA user, group or page profile was created
Profile DeletedA profile was deleted
Profile EditedAn existing profile was changed
User AddedA user was added to a group, activity or type of task
User RemovedA user was removed from a group, activity or type of task
History PostA reference to a previously archived post.
For example, a post was created and archived yesterday. Today, 2 new comments were added to the post, so 2 “Response to Post” Events should be created with a reference of which post was responded to.

If you specify the eventType as “Post” for the previously archived post, it will be incorrectly considered a user Event. However, if you specify the eventType as “History Post”, it will not be counted as a new user Event.