Skip to main content

Slack

Send messages to Slack channels and manage channels from a workflow.

Configuration

Navigate to Settings → Integrations → Add Integration → Slack.

Authentication methods

MethodFields
Connect with Slack (OAuth)Click the button to authorise via Slack OAuth. Grants bot permissions automatically.
Bot TokenProvide a Slack Bot User OAuth Token (starts with xoxb-).
Webhook URLProvide an Incoming Webhook URL for a specific channel. Simpler but limited to one channel.

Click Test Connection to verify the credentials.

Editor usage

Add a Slack node to the canvas.

Data tab

FieldDescription
ChannelThe Slack channel to post to (e.g. #qa-results)
MessageThe message text (supports variable interpolation from upstream nodes)
UsernameOptional display name for the bot message

Config tab

Select which Slack connection to use.

Workflow example

Connect a Playwright node → LLM node → Slack node to run tests, summarise the results with AI, and post the summary to a Slack channel.