Fires when the context of an AI assistant thread changes.
namespace: events_api / extraction: manual html
Auth
- Auth method
hmac-sha256- Signature header
X-Slack-Signature- Signature detail
- HMAC-SHA256 over 'v0:' + timestamp + ':' + raw body; timestamp in X-Slack-Request-Timestamp header.
Delivery
- Guarantees
- at-least-once
- Backoff
- Slack retries failed deliveries with exponential backoff.
Payload schema (field names + types only)
token string required
Verification token for the app (legacy; use signing secret instead).
team_id string required
Workspace ID where the event occurred.
api_app_id string required
The app ID that subscribed to this event.
event object required
The inner event payload. Shape varies per event type.
type string required
Event type identifier matching this row's event_name.
type string (const: "event_callback") required
Outer envelope type, always 'event_callback' for Events API.
event_id string required
Unique identifier for this event delivery.
event_time integer required
Unix timestamp when the event was dispatched.
Vendor docs
Fires when a channel's message history is bulk-updated or edited.
namespace: events_api / extraction: manual html
Auth
- Auth method
hmac-sha256- Signature header
X-Slack-Signature- Signature detail
- HMAC-SHA256 over 'v0:' + timestamp + ':' + raw body; timestamp in X-Slack-Request-Timestamp header.
Delivery
- Guarantees
- at-least-once
- Backoff
- Slack retries failed deliveries with exponential backoff.
Payload schema (field names + types only)
token string required
Verification token for the app (legacy; use signing secret instead).
team_id string required
Workspace ID where the event occurred.
api_app_id string required
The app ID that subscribed to this event.
event object required
The inner event payload. Shape varies per event type.
type string required
Event type identifier matching this row's event_name.
type string (const: "event_callback") required
Outer envelope type, always 'event_callback' for Events API.
event_id string required
Unique identifier for this event delivery.
event_time integer required
Unix timestamp when the event was dispatched.
Vendor docs
Fires when the workspace's primary email domain is changed.
namespace: events_api / extraction: manual html
Auth
- Auth method
hmac-sha256- Signature header
X-Slack-Signature- Signature detail
- HMAC-SHA256 over 'v0:' + timestamp + ':' + raw body; timestamp in X-Slack-Request-Timestamp header.
Delivery
- Guarantees
- at-least-once
- Backoff
- Slack retries failed deliveries with exponential backoff.
Payload schema (field names + types only)
token string required
Verification token for the app (legacy; use signing secret instead).
team_id string required
Workspace ID where the event occurred.
api_app_id string required
The app ID that subscribed to this event.
event object required
The inner event payload. Shape varies per event type.
type string required
Event type identifier matching this row's event_name.
type string (const: "event_callback") required
Outer envelope type, always 'event_callback' for Events API.
event_id string required
Unique identifier for this event delivery.
event_time integer required
Unix timestamp when the event was dispatched.
Vendor docs
Fires when the message history of a private channel is bulk-modified.
namespace: events_api / extraction: manual html
Auth
- Auth method
hmac-sha256- Signature header
X-Slack-Signature- Signature detail
- HMAC-SHA256 over 'v0:' + timestamp + ':' + raw body; timestamp in X-Slack-Request-Timestamp header.
Delivery
- Guarantees
- at-least-once
- Backoff
- Slack retries failed deliveries with exponential backoff.
Payload schema (field names + types only)
token string required
Verification token for the app (legacy; use signing secret instead).
team_id string required
Workspace ID where the event occurred.
api_app_id string required
The app ID that subscribed to this event.
event object required
The inner event payload. Shape varies per event type.
type string required
Event type identifier matching this row's event_name.
type string (const: "event_callback") required
Outer envelope type, always 'event_callback' for Events API.
event_id string required
Unique identifier for this event delivery.
event_time integer required
Unix timestamp when the event was dispatched.
Vendor docs
Fires when the history of a direct message conversation is bulk-updated.
namespace: events_api / extraction: manual html
Auth
- Auth method
hmac-sha256- Signature header
X-Slack-Signature- Signature detail
- HMAC-SHA256 over 'v0:' + timestamp + ':' + raw body; timestamp in X-Slack-Request-Timestamp header.
Delivery
- Guarantees
- at-least-once
- Backoff
- Slack retries failed deliveries with exponential backoff.
Payload schema (field names + types only)
token string required
Verification token for the app (legacy; use signing secret instead).
team_id string required
Workspace ID where the event occurred.
api_app_id string required
The app ID that subscribed to this event.
event object required
The inner event payload. Shape varies per event type.
type string required
Event type identifier matching this row's event_name.
type string (const: "event_callback") required
Outer envelope type, always 'event_callback' for Events API.
event_id string required
Unique identifier for this event delivery.
event_time integer required
Unix timestamp when the event was dispatched.
Vendor docs
Fires when the workspace's Slack domain (subdomain) changes.
namespace: events_api / extraction: manual html
Auth
- Auth method
hmac-sha256- Signature header
X-Slack-Signature- Signature detail
- HMAC-SHA256 over 'v0:' + timestamp + ':' + raw body; timestamp in X-Slack-Request-Timestamp header.
Delivery
- Guarantees
- at-least-once
- Backoff
- Slack retries failed deliveries with exponential backoff.
Payload schema (field names + types only)
token string required
Verification token for the app (legacy; use signing secret instead).
team_id string required
Workspace ID where the event occurred.
api_app_id string required
The app ID that subscribed to this event.
event object required
The inner event payload. Shape varies per event type.
type string required
Event type identifier matching this row's event_name.
type string (const: "event_callback") required
Outer envelope type, always 'event_callback' for Events API.
event_id string required
Unique identifier for this event delivery.
event_time integer required
Unix timestamp when the event was dispatched.
Vendor docs