Skip to main content
This event is fired when a Slack message in a thread is edited, deleted, or has a reaction added or removed. changeType tells you which happened. reactionChange is only populated when changeType is REACTIONS_CHANGED, and is null otherwise.

Schema

View JSON Schema → Example:

Using the Webhooks SDK

You can use the @team-plain/webhooks package to parse and verify this event with full type safety: