latestOpenAPI 3.1.02026-08-1014497184.0 KB

8b99dca11019

slack
magicbell_slackbot

Save a MagicBell SlackBot token

Saves the MagicBell SlackBot token for the authenticated user. This token serves as a credential for accessing channel-specific functionality. Each token is unique to the user and channel combination, allowing for direct communication with the user via the channel.

put/channels/slack/magicbell_slackbot/tokens

Request body

Example request

{
  "webhook": {
    "url": "https://example.com/webhook"
  }
}

Response

OK

Example response

{
  "webhook": {
    "url": "https://example.com/webhook"
  }
}