Slack Auth App

Add your App in Slack

  1. Click on “Create from Scratch”

  2. Add name and Select Workspace

  3. go to OAuth & Permissions and add the next callback url: https://api.platform.openintegrationhub.com/oauth/callback

  4. 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)

  5. Then go on the menu to install application

Add Authentication in FlowMate

Now you have to setup the Auth Client in FlowMate

  1. Open the Slack Connector in FlowMate and click on “Activate Connector”

  2. Enter your Client ID and Secret

  3. The Auth URL and Token Endpoint are already predefined

  4. 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)

  5. Save your changes

Last updated