Slack
App IntegrationsSlack Node
Overview
Configure this node to integrate with external services or perform logic.
Configuration
| Property | Type | Default | Description |
|---|---|---|---|
webhookUrl | string | — | Webhook URL for sending messages |
channel | string | — | Slack channel name or ID |
username | string | — | Username for this node |
iconEmoji | string | — | Icon Emoji for this node |
message | string | — | Message content to send |
Output Variables
Reference these variables in downstream nodes using the {{node.field}} syntax.
{{slack.status}}anyOutput field: status
{{slack.channel}}anyOutput field: channel
Examples
Basic Usage
Example configuration:
{
"webhookUrl": "value",
"channel": "value",
"username": "value",
"iconEmoji": "value",
"message": "value"
}Tips & Best Practices
- •Ensure all required fields are configured.
- •Check the output variables to see available data.
- •Verify your connection credentials are configured in Settings > Integrations.
Try Slack in Your Workflow
Create a free account and start building AI-powered workflows with the Slack node.
Open Workflow Editor