- type – Event type (e.g.
post.published) - data – Event-specific payload; see each event page for the schema
- createdAt – ISO 8601 timestamp when the event was emitted
Social Profile
Events for connected social accounts (LinkedIn, Twitter, Instagram, etc.):| Event Type | Description |
|---|---|
social_profile.connected | A profile is connected to the workspace |
social_profile.disconnected | A profile is disconnected from the workspace |
social_profile.reconnect_needed | A profile needs reconnecting (e.g. token expired) |
Posts
Events for post lifecycle and content changes:| Event Type | Description |
|---|---|
post.created | A new post is created |
post.scheduled | A post is scheduled for publishing |
post.rescheduled | A post’s scheduled time is changed |
post.unscheduled | A post is unscheduled |
post.published | A post is successfully published to a channel |
post.publish_failed | A post fails to publish |
post.archived | A post is archived (moved to trash) |
post.permanently_deleted | A post is permanently deleted |
post.content.edited | A post’s content is edited (debounced per post, fires after ~5 minutes). Includes latest content for all channels. |
post.comment.created | A comment is added to a post (post-level comments) |
post.inline_comment.created | An inline comment (text-anchored) is added to a post. One event per comment, including replies in a thread. |