Skip to main content

Slack

1. Configure the Slack App

First, you need to create an app on Slack API. Give your bot/app the following OAuth permission scopes: chat:write, chat:write.public

Add the connection

2. Get Bot User OAuth Access Token

Get the Bot User OAuth Access Token

Add the connection

3. Get the Channel ID

Copy the Channel ID of the channel you want to post a message to. You can grab the Channel ID by right clicking a channel and selecting copy name

4. Configure SetherAuth

Add the Slack connection and enter the following:

  • API Token obtained in step 2
  • Channel ID obtained in step 3
  • Content : the message you want to send.
Add the connection

You can now use Slack as a third-party service for your notifications.