Skip to content

Chat REST API

By enabling the REST API for a bot, you can access the bot's REST endpoints.

All REST calls need authorization using an API token. The API token can be found in the studio, under Settings → Connect → REST API.

See the REST API documentation for all information.

Webhooks

On the REST API channel it is also possible to configure one or more webhooks. These will be called whenever a message is sent or received in the bot.

Read the webhook events documentation to see what kind of events are supported.