Connect

Connect a Slack channel

Finalize a Slack connect by creating the per-channel account. Served by a dedicated route, so it is not reachable through POST /v1/connect/{platform}. Send pendingDataToken for a first connect (the nonce from the OAuth redirect) or accountId to add another channel to a workspace already connected.

post/v1/connect/slack

Request body

profileIdstring required
channelIdstring required

Slack channel id, C... or G...

pendingDataTokenstring

Nonce from the OAuth redirect. Required unless accountId is sent.

accountIdstring

Existing Slack account whose workspace token is reused. Required unless pendingDataToken is sent.

Response

Channel connected

Changes

Changed in 1 of the 26 revisions of this API.1