Slack Auth App
Add your App in Slack
Click on “Create from Scratch”
Add name and Select Workspace
go to OAuth & Permissions and add the next callback url: https://api.platform.openintegrationhub.com/oauth/callback
Add the Scopes you need for your template (e.g. if you want to send a message to a Slack channel you need the following scopes: channels:read, chat:write, chat:write.public)
Then go on the menu to install application
Add Authentication in FlowMate
Now you have to setup the Auth Client in FlowMate
Open the Slack Connector in FlowMate and click on “Activate Connector”

Enter your Client ID and Secret
The Auth URL and Token Endpoint are already predefined
Select the needed scopes (e.g. if you want to send a message to a Slack channel you need the following scopes: calls:write, chat:write, channels:read, channels:history, groups:history, mpim:history, im:history)
Save your changes
Last updated