Skip to content

Save Slack bot token, webhook URL and/or default channel

POST
/api/v1/workspaces/{ws}/integrations/slack
Media typeapplication/json
object
bot_token
string
>= 1 characters <= 255 characters
default_channel
string
>= 1 characters <= 200 characters
webhook_url
string format: uri
<= 500 characters
Examplegenerated
{
"bot_token": "example",
"default_channel": "example",
"webhook_url": "https://example.com"
}