Skip to main content
Each activity log event is tagged with a metadata version that describes the shape of its payload. This page contains the version changelog. Reference it when building Salesforce components, webhook handlers, or other integrations that consume activity data.
VersionReleasedSummary
0.012024-11-02Initial schema.
0.022026-03-11Added post.deleted and comment.deleted activity types.
0.032026-03-21Added site.auth.login_success and site.auth.login_failure activity types.
0.042026-04-10Widened post.edited and comment.edited source to include 'slack'.
0.052026-04-18Added optional message_id to post.created, post.edited, post.deleted, comment.created, comment.edited, and comment.deleted.
0.062026-06-11message_id values were regenerated and are not continuous with 0.05 (same msg_ format, new values). Use post_id / comment_id for cross-version correlation.