{
  "name": "Send real-time notifications for new Shopify orders to Slack",
  "nodes": [
    {
      "id": "74cc7f38-5f19-4791-af11-b9b86860de09",
      "name": "Shopify Trigger",
      "type": "n8n-nodes-base.shopifyTrigger",
      "position": [
        -300,
        -40
      ]
    },
    {
      "id": "0a609b3e-ab0a-47d9-b7c7-e437289bf929",
      "name": "Edit Fields",
      "type": "n8n-nodes-base.set",
      "position": [
        -80,
        -40
      ]
    },
    {
      "id": "245cee48-aa0d-4a7a-b8c8-e5abb9644b37",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -620,
        -260
      ],
      "parameters": {
        "width": 280,
        "height": 400,
        "content": "## 🛒 SHOPIFY ORDER → SLACK ALERT\n\nWORKFLOW PURPOSE:\nInstantly notify your team in Slack when a new order comes in through Shopify\n\nSETUP REQUIREMENTS:\n- Shopify store with webhook access\n- Slack works"
      }
    },
    {
      "id": "dd8df1a2-e261-4beb-986a-d11e5747aa7c",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        340,
        -20
      ],
      "parameters": {
        "width": 260,
        "height": 200,
        "content": "**BUSINESS VALUE**:\n⚡ Instant order awareness\n📈 Faster order processing\n👥 Team coordination\n🎯 No missed sales\n\nTIME TO BUILD: 20 minutes\nDIFFICULTY: Beginner\nROI: High - immediate team efficiency"
      }
    },
    {
      "id": "ca9e953b-9a2d-4e2a-a70a-1f36481aa9df",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        240,
        -360
      ],
      "parameters": {
        "width": 260,
        "height": 260,
        "content": "\n**KEY FEATURES**:\n✅ Real-time order notifications\n✅ Customer name & order details\n✅ Direct link to Shopify admin\n✅ Order total and item count\n✅ Professional formatted message\n\nCONFIGURATION NOTES:\n- "
      }
    },
    {
      "id": "4b2469c6-bf2c-40d7-8649-62fd2883d6f0",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -180,
        -300
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": "\n**NODES FLOW**:\n1. Shopify Trigger (order/create webhook)\n2. Edit Fields (format order data)\n3. Slack (send rich notification)\n"
      }
    },
    {
      "id": "e7654827-0267-4545-a82f-b216b237345c",
      "name": "Notify your team",
      "type": "n8n-nodes-base.slack",
      "position": [
        120,
        -40
      ]
    }
  ],
  "connections": {
    "Edit Fields": {
      "main": [
        [
          {
            "node": "Notify your team",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Shopify Trigger": {
      "main": [
        [
          {
            "node": "Edit Fields",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}