AutomationFlowsAI & RAG › Slack Notification

Slack Notification

Slack Notification. Uses slack. Webhook trigger; 2 nodes.

Webhook trigger★☆☆☆☆ complexity2 nodesSlack
AI & RAG Trigger: Webhook Nodes: 2 Complexity: ★☆☆☆☆ Added:

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "name": "Slack Notification",
  "nodes": [
    {
      "parameters": {},
      "id": "webhook",
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 1,
      "position": [
        250,
        300
      ]
    },
    {
      "parameters": {
        "channel": "={{ $json.body.channel }}",
        "text": "={{ $json.body.text }}",
        "blocks": "={{ JSON.stringify($json.body.blocks ?? []) }}"
      },
      "id": "slack",
      "name": "Slack",
      "type": "n8n-nodes-base.slack",
      "typeVersion": 1,
      "position": [
        450,
        300
      ]
    }
  ],
  "connections": {
    "Webhook": {
      "main": [
        [
          {
            "node": "Slack",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {
    "executionOrder": "v1"
  },
  "staticData": null,
  "tags": [
    "mcp",
    "slack",
    "notifications"
  ]
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Slack Notification. Uses slack. Webhook trigger; 2 nodes.

Source: https://github.com/developers-universe-1/agentic-sales-engine/blob/main/n8n/workflows/slack-notify.json — original creator credit. Request a take-down →

More AI & RAG workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

AI & RAG

Webhook to Slack Notification. Uses slack. Webhook trigger; 3 nodes.

Slack
AI & RAG

WF-OB-2: Post-Call Handler. Uses httpRequest, slack. Webhook trigger; 48 nodes.

HTTP Request, Slack
AI & RAG

WF-SDR-TOOLS (Agent Email + Notify). Uses httpRequest, slack. Webhook trigger; 15 nodes.

HTTP Request, Slack
AI & RAG

Multi-Agent Pipeline Orchestrator. Uses httpRequest, executeCommand, slack, readWriteFile. Webhook trigger; 11 nodes.

HTTP Request, Execute Command, Slack +1
AI & RAG

PR Review - Trigger Reviewer. Uses postgres, executeCommand, slack. Webhook trigger; 10 nodes.

Postgres, Execute Command, Slack