n8n-docs/docs/nodes/credentials/Slack
Tanay Pant 9200e524e0 🐛 Minor fixes
2020-08-25 09:26:42 +02:00
..
README.md 🐛 Minor fixes 2020-08-25 09:26:42 +02:00
using-access-token.gif Changed header structure / added permalinks (#6) 2020-06-26 14:06:54 +02:00
using-oauth.gif Add Slack OAuth Credentials 2020-08-20 17:30:13 +05:30

permalink
/credentials/slack

Slack

You can find information about the operations supported by the Slack node on the integrations page. You can also browse the source code of the node on GitHub.

Prerequisites

Create a Slack account.

Using OAuth

  1. Access your Slack dashboard.
  2. Click on your workspace name in the top left.
  3. Click the 'Settings & administration' option, and then 'Manage apps'.
  4. Click on 'Build' in the top right.
  5. Click on 'Create New App' button.
  6. Enter app name and select your desired workspace.
  7. Scroll down and you will see your authentication information under the App Credentials section.
  8. Copy and paste Client ID and Client Secret in the Slack OAuth2 API credentials in n8n.
  9. Click on the circle button in the OAuth section to connect a Slack account to n8n.
  10. Click the Save button to save your credentials in n8n.

Getting Slack OAuth credentials

Using Access Token

  1. Access your Slack dashboard.
  2. Click on your username in the top left.
  3. Click the 'Settings & administration' option, and then 'Manage apps'.
  4. Click on 'Build' in the top right.
  5. Click on 'Start Building'.
  6. Enter app name and select your desired workspace.
  7. Scroll down and you will see your authentication information under the App Credentials section.
  8. Use your Verification Token with your Slack node credentials in n8n.

Getting Slack credentials