Getting Started

Bot API Keys

In order to start using webhooks, you must first generate a Bot API Key to be used with webhooks. This is because we require webhook events to be sent from the context of a bot user.

Bot User For Webhooks

All webhook events for all endpoints will be sent with the Bot User context. That means, all webhook events that we send to your endpoint will only be ones visible to this user. You can only select one bot user to be associated with Webhooks at this time. If you want to send webhooks events for private threads or channels, add the bot user to those threads or channels.