integrations

Connect Slack with a customer-provided app

Connect Slack using a customer-created app's bot or user token.

post/v1/integrations/slack/connect

Request body

access_mode'bot' | 'user'

Use a personal user installation (default). bot installs a workspace bot and is only available from the dashboard; requests authenticated with an API key must use user.

bot_tokenstring required

Slack bot user OAuth token (xoxb-…)

user_tokenstring nullable

Slack user OAuth token (xoxp-…)

signing_secretstring required

Slack app signing secret

store_namestring nullable

Optional ingestion store name

Response

The connected Slack installation

Changes