Skip to main content

Slack credentials

You can use these credentials to authenticate the following nodes:

Supported authentication methods

  • API access token:
  • OAuth2:

Refer to Slack's API documentation for more information about the service.

Using API access token

To configure this credential, you'll need a Slack account and:

  • An Access Token

To generate an access token, create a Slack app:

  1. Open your Slack API Apps page.
  2. Select Create New App > From scratch.
  3. Enter an App Name.
  4. Select the Workspace where you'll be developing your app.
  5. Select Create App. The app details open.
  6. In the left menu under Features, select OAuth & Permissions.
  7. In the Scopes section, select appropriate scopes for your app. Refer to Scopes for a list of recommended scopes.
  8. After you've added scopes, go up to the OAuth Tokens section and select Install to Workspace. You must be a Slack workspace admin to complete this action.
  9. Select Allow.
  10. Copy the Bot User OAuth Token and enter it as the Access Token in your Otera credential.
  11. If you're using this credential for the Slack Trigger, follow the steps in Slack Trigger configuration to finish setting up your app.

Refer to the Slack API Quickstart for more information.

Slack Trigger configuration

To use your Slack app with the Slack Trigger node:

  1. Go to Features > Event Subscriptions.

  2. Turn on the Enable Events control.

  3. In Otera, copy the Webhook URL and enter it as the Request URL in your Slack app.

    Request URL

    Slack only allows one request URL per app. If you want to test your workflow, you'll need to do one of the following:

    • Test with your Test URL first, then change your Slack app to use the Production URL once you've verified everything's working
    • Use the Production URL with execution logging.
  4. Once verified, select the bot events to subscribe to. Use the Trigger on field in Otera to filter these requests.

    • To use an event not in the list, add it as a bot event and select Any Event in the Otera node.

Refer to Quickstart | Configuring the app for event listening for more information.

Scopes

Scopes determine what permissions an app has.

  • If you want your app to act on behalf of users who authorize the app, add the required scopes under the User Token Scopes section.
  • If you're building a bot, add the required scopes under the Bot Token Scopes section.

Here's the list of scopes the OAuth credential requires, which are a good starting point:

Scope nameNotes
channels:read
channels:writeNot available as a bot token scope
chat:write
files:read
files:write
groups:read
im:read
mpim:read
reactions:read
reactions:write
stars:readNot available as a bot token scope
stars:writeNot available as a bot token scope
usergroups:read
usergroups:write
users.profile:read
users.profile:writeNot available as a bot token scope
users:read

Common issues

Token expired