Slack Channel Notification
n8n-nodes-base.slack
Send formatted messages to Slack channels with rich formatting, mentions, and attachments. Ideal for team notifications and alerts.
π‘ Use Cases
- Send error alerts to team channels
- Notify team of completed workflows
- Share daily summaries and reports
π Node Configuration
{
"nodes": [
{
"parameters": {
"content": "## π¬ POST Formatted Slack Notification\n\nSends richly formatted notifications to Slack channels with emoji, markdown, and link formatting.\n\n**Required Parameters:**\n- `webhookUrl`: Slack webhook URL (or use Slack credentials)\n- `text`: Message text with markdown support\n- `blocks` (optional): Block Kit formatted content for advanced layouts\n\n**Use Case:**\nSend professional channel notifications with rich formatting including bold text, bullet points, links, and emojis. Perfect for workflow status updates, alerts, and team notifications.",
"height": 238,
"width": 389,
"color": 4
},
"id": "sticky-a1b2c3d4-e5f6-4a5b-8c9d-0e1f2a3b4c5d",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"typeVersion": 1,
"position": [
96,
332
],
"meta": {
"templateCredsSetupCompleted": true,
"instanceId": "88a4b441e9a4af333af67be3c0ab8888b79ffa2aca1a09ed7a885e93b689b75f"
}
},
{
"parameters": {
"channel": "#general",
"text": "=:wave: *Workflow Alert*\n\n:white_check_mark: {{ $json.workflowName }} completed successfully!\n\n*Details:*\nβ’ Execution Time: {{ $json.executionTime }}\nβ’ Items Processed: {{ $json.itemCount }}\nβ’ Status: {{ $json.status }}\n\n<{{ $json.workflowUrl }}|View Workflow>",
"otherOptions": {
"includeLinkToWorkflow": false
},
"attachments": []
},
"id": "a1b2c3d4-e5f6-4a5b-8c9d-0e1f2a3b4c5d",
"name": "Send Slack Notification",
"type": "n8n-nodes-base.slack",
"typeVersion": 2.1,
"position": [
368,
400
],
"credentials": {
"slackApi": {
"id": "SlackCredId123",
"name": "Slack Account"
}
}
}
],
"connections": {},
"pinData": {}
}
BuildShip configuration not available for this node.
Make.com configuration not available for this node.