Slack
- Contact: slack:CHANNEL_ID
- Credential: slack:API_TOKEN
Steps
Step: slack.send
How to connect
To set up the Slack channel for Notifico, follow these steps:
- 
Create a Slack App: - Go to https://api.slack.com/apps
- Click "Create New App" and choose "From scratch"
- Give your app a name and select the workspace where you want to install it
 
- 
Configure Bot Token Scopes: - In your app's dashboard, navigate to "OAuth & Permissions"
- Scroll down to "Bot Token Scopes"
- Add the following scope: chat:write.public
 
- 
Install the App: - On the same "OAuth & Permissions" page, click "Install to Workspace"
- Review the permissions and click "Allow"
 
- 
Get the OAuth Token: - After installation, you'll be redirected back to the "OAuth & Permissions" page
- Copy the "Bot User OAuth Token" (it starts with xoxb-)
 
- 
Add the Token to Notifico: - Add a new environment variable for Slack using this format:
- Replace YOUR_CREDENTIAL_NAMEwith a meaningful name for this Slack connection
- Paste your OAuth token in place of xoxb-your-token-here
 
- 
Use in Notifico: - Reference your credential name in the step configuration
 
Now your Slack channel is ready to use!