latestOpenAPI 3.1.02026-08-1014497184.0 KB
8b99dca11019
slack
Save a Slack token
Saves the Slack 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/tokens
Request body
Example request
{
"webhook": {
"url": "https://example.com/webhook"
}
}Response
OK
Example response
{
"webhook": {
"url": "https://example.com/webhook"
}
}