{
  "name": "Send Shopify order confirmations via WhatsApp using MoltFlow",
  "nodes": [
    {
      "id": "d1000001-0000-4000-d000-000000000010",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -40,
        -300
      ],
      "parameters": {
        "width": 400,
        "height": 300,
        "content": "## Shopify → WhatsApp Order Confirmation\nSend instant WhatsApp order confirmations when a customer places an order on your Shopify store, powered by [MoltFlow](https://molt.waiflow.app).\n\n**How it wor"
      }
    },
    {
      "id": "d1000001-0000-4000-d000-000000000011",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        420,
        -300
      ],
      "parameters": {
        "width": 400,
        "height": 270,
        "content": "## Setup (5 min)\n1. Create a [MoltFlow account](https://molt.waiflow.app) and connect WhatsApp\n2. Activate this workflow — copy the webhook URL\n3. In Shopify Admin → Settings → Notifications → Webhook"
      }
    },
    {
      "id": "d1000001-0000-4000-d000-000000000001",
      "name": "Shopify Order Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "d1000001-0000-4000-d000-000000000002",
      "name": "Format Order Message",
      "type": "n8n-nodes-base.code",
      "position": [
        220,
        0
      ]
    },
    {
      "id": "d1000001-0000-4000-d000-000000000003",
      "name": "Has Phone?",
      "type": "n8n-nodes-base.if",
      "position": [
        440,
        0
      ]
    },
    {
      "id": "d1000001-0000-4000-d000-000000000004",
      "name": "Send WhatsApp Confirmation",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        660,
        -100
      ]
    },
    {
      "id": "d1000001-0000-4000-d000-000000000005",
      "name": "Log Success",
      "type": "n8n-nodes-base.code",
      "position": [
        880,
        -100
      ]
    },
    {
      "id": "d1000001-0000-4000-d000-000000000006",
      "name": "No Phone - Skip",
      "type": "n8n-nodes-base.code",
      "position": [
        660,
        100
      ]
    }
  ],
  "connections": {
    "Has Phone?": {
      "main": [
        [
          {
            "node": "Send WhatsApp Confirmation",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "No Phone - Skip",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Format Order Message": {
      "main": [
        [
          {
            "node": "Has Phone?",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Shopify Order Webhook": {
      "main": [
        [
          {
            "node": "Format Order Message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send WhatsApp Confirmation": {
      "main": [
        [
          {
            "node": "Log Success",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}