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](/assets/images/slack1-d4fd5bad626923a9d86781cf619de844.png)
2. Get Bot User OAuth Access Token
Get the Bot User OAuth Access Token
![Add the connection](/assets/images/slack2-61dff2890a8f1f68d8449bee5ead7041.png)
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 2Channel ID
obtained in step 3Content
: the message you want to send.
![Add the connection](/assets/images/slack3-0e8ab2f1778089b767db6149b4b508ab.png)
You can now use Slack as a third-party service for your notifications.