node cookbook

N8N Slack Node Cookbook

Use the Slack node to send workflow notifications, route approvals, post alerts, and connect automation events to team channels.

Independent third-party notes. n8n is a trademark of its owner and is referenced only for compatibility and troubleshooting context.

Quick Answer

Use the Slack node to send workflow notifications, route approvals, post alerts, and connect automation events to team channels.

Key Facts

Credential type
Slack app credentials or OAuth depending on workspace setup.
Common uses
Send messages, post alerts, notify channels, and create team-facing workflow updates.
Best fit
Ops alerts, approval workflows, lead notifications, and daily reports.
Common companion nodes
Webhook, Schedule Trigger, IF, Google Sheets, and HTTP Request.

Recommended Steps

  1. Configure Slack credentials for the target workspace.
  2. Select the channel or conversation target.
  3. Choose the message operation.
  4. Map workflow data into the message text and blocks where appropriate.
  5. Send a test notification and confirm it appears in the expected channel.

Verification

  • The message lands in the correct workspace and channel.
  • Dynamic fields render correctly.
  • Failures are visible to workflow maintainers.

Warnings

  • Avoid posting sensitive data into broad Slack channels.
  • Use explicit channel routing so test workflows do not alert production teams.

Sources