Web Scraping & Data Extraction

0550 HTTP Slack Create Webhook

0550 HTTP Slack Create Webhook

Webhook
Medium
11
Nodes
Webhook
Trigger
Medium
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
11
Node Types
5

Node Types

set
Retrieve deals Ids
1 node
http Request
Get deal won line items, Get batch SKUs from line items, Get Batch Product IDs by SKUs, Create Batch line items based on productId and associate to deals
4 nodes
slack
Slack
1 node
sticky Note
Sticky Note, Sticky Note1, Sticky Note2, Sticky Note3
4 nodes
webhook
Webhook
1 node

Workflow JSON

10.7 KB
{
  "meta": {
    "instanceId": "8e95de061dd3893a50b8b4c150c8084a7848fb1df63f53533941b7c91a8ab996"
  },
  "name": "0550 HTTP Slack Create Webhook",
  "nodes": [
    {
      "id": "6f938c83-45fd-4189-b9ec-c7a6de4beb2d",
      "name": "Retrieve deals Ids",
      "type": "n8n-nodes-base.set",
      "position": [
        660,
        440
      ],
      "parameters": {
        "options": {},
        "assignments": {
          "assignments": [
            {
              "id": "bad2435b-ec9b-4995-ab39-2dac1c2daa3a",
              "name": "deal_id_won",
              "type": "string",
              "value": "={{ $json.query.deal_id_won }}"
            },
            {
              "id": "2376fad4-c305-4c38-8daa-fd86014ae14b",
              "name": "deal_id_created",
              "type": "string",
              "value": "={{ $json.query.deal_id_created.match(/0-3-(\\d+)$/)[1] }}"
            }
          ]
        }
      },
      "typeVersion": 3.4
    },
    {
      "id": "abc534f2-03b4-4f3...

Showing first 1000 characters. Click "Expand" to view the full JSON.