AutomationFlowsAI & RAG › Webhook to Slack Notification

Webhook to Slack Notification

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

Webhook trigger★☆☆☆☆ complexity3 nodesSlack
AI & RAG Trigger: Webhook Nodes: 3 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": "Webhook to Slack Notification",
  "active": false,
  "nodes": [
    {
      "id": "1",
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 1,
      "position": [
        100,
        200
      ],
      "parameters": {
        "httpMethod": "POST",
        "path": "notification",
        "authentication": "none"
      }
    },
    {
      "id": "2",
      "name": "Set Data",
      "type": "n8n-nodes-base.set",
      "typeVersion": 1,
      "position": [
        300,
        200
      ],
      "parameters": {
        "values": {
          "string": [
            {
              "name": "processed_at",
              "value": "{{ $now }}"
            },
            {
              "name": "status",
              "value": "received"
            }
          ]
        }
      }
    },
    {
      "id": "3",
      "name": "Slack",
      "type": "n8n-nodes-base.slack",
      "typeVersion": 1,
      "position": [
        500,
        200
      ],
      "parameters": {
        "operation": "postMessage",
        "channel": "#notifications",
        "text": "\u041f\u043e\u043b\u0443\u0447\u0435\u043d webhook: {{ $json.data }}"
      }
    }
  ],
  "connections": {
    "Webhook": {
      "main": [
        [
          {
            "node": "Set Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set Data": {
      "main": [
        [
          {
            "node": "Slack",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {},
  "staticData": {}
}
Pro

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

About this workflow

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

Source: https://github.com/1987-Dmytro/n8n-agent/blob/abfad10d3611433336a5ca87c8cbd74ea47ec100/examples/mock_workflow_1.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

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

Slack
AI & RAG

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

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

[Tool] HITL Gate - ACTION NAME. Uses slack, httpRequest. Webhook trigger; 8 nodes.

Slack, HTTP Request
AI & RAG

Summarize Slack Conversation. Uses slack, respondToWebhook, lmChatOpenAi, chainLlm. Webhook trigger; 6 nodes.

Slack, OpenAI Chat, Chain Llm
AI & RAG

Tool: Summarize Slack Conversation. Uses slack, lmChatOpenAi, chainLlm. Webhook trigger; 6 nodes.

Slack, OpenAI Chat, Chain Llm