mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
| .. | ||
| README.md | ||
| using-access-token.gif | ||
| using-oauth.gif | ||
| 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
- Access your Slack dashboard.
- Click on your workspace name in the top left.
- Click the 'Settings & administration' option, and then 'Manage apps'.
- Click on 'Build' in the top right.
- Click on 'Create New App' button.
- Enter app name and select your desired workspace.
- Scroll down and you will see your authentication information under the App Credentials section.
- Copy and paste Client ID and Client Secret in the Slack OAuth2 API credentials in n8n.
- Click on the circle button in the OAuth section to connect a Slack account to n8n.
- Click the Save button to save your credentials in n8n.
Using Access Token
- Access your Slack dashboard.
- Click on your username in the top left.
- Click the 'Settings & administration' option, and then 'Manage apps'.
- Click on 'Build' in the top right.
- Click on 'Start Building'.
- Enter app name and select your desired workspace.
- Scroll down and you will see your authentication information under the App Credentials section.
- Use your Verification Token with your Slack node credentials in n8n.

