{
  "name": "Send Shopify order and customer updates to WhatsApp via WOZTELL",
  "nodes": [
    {
      "id": "cb2b03e2-787d-417d-a329-8b0153e3fe2a",
      "name": "If",
      "type": "n8n-nodes-base.if",
      "position": [
        112,
        336
      ]
    },
    {
      "id": "76256926-8c1e-415a-b265-fdcee7a35fe3",
      "name": "Shopify Trigger - Order Paid",
      "type": "n8n-nodes-base.shopifyTrigger",
      "position": [
        -112,
        144
      ]
    },
    {
      "id": "3a44fe59-7b8d-40e0-9f5d-ad2f10eebb6b",
      "name": "Shopify Trigger - Customer Created",
      "type": "n8n-nodes-base.shopifyTrigger",
      "position": [
        -112,
        336
      ]
    },
    {
      "id": "d280f7e3-112f-4e3e-b38e-0e2936056a4b",
      "name": "Shopify Trigger - Fulfillment Created",
      "type": "n8n-nodes-base.shopifyTrigger",
      "position": [
        -112,
        528
      ]
    },
    {
      "id": "06a7e87e-dba7-4ed0-a63e-9d343838ec44",
      "name": "Send message template",
      "type": "@woztell-sanuker/n8n-nodes-woztell-sanuker.woztell",
      "position": [
        336,
        336
      ]
    },
    {
      "id": "ff0701e1-bc0e-4417-939a-22935ddd7c84",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -160,
        -336
      ],
      "parameters": {
        "width": 208,
        "height": 448,
        "content": "### 1) Listens for a selected Shopify event. \nYou can enable or disable specific triggers depending on what notifications you want to send.\n\nFor this template, create webhooks for:\n- Order creation\n- "
      }
    },
    {
      "id": "11ab91b6-49d4-451c-96a2-f14cd0160fd7",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        112,
        -96
      ],
      "parameters": {
        "width": 208,
        "height": 208,
        "content": "### 2) Checks whether the customer has a phone number.\n\nIf a phone number exists, the workflow continues.\n\nIf not, it stops to prevent sending errors."
      }
    },
    {
      "id": "30bd2aae-736d-43b1-8209-3c4a35512846",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        384,
        -512
      ],
      "parameters": {
        "width": 208,
        "height": 624,
        "content": "### 3) Sends a WhatsApp template message to the customer.\n \nSelect your sending channel, select an approved template and map Shopify data (like customer name and order number) into template variables."
      }
    },
    {
      "id": "7e6a0a3b-ec4c-498b-b235-c5d2e47980e5",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -800,
        -752
      ],
      "parameters": {
        "width": 560,
        "height": 1424,
        "content": "## ✨ What this template does\nThis workflow automatically sends WhatsApp notifications from Shopify using WOZTELL. It listens for Shopify events such as order paid, customer created, or fulfillment cre"
      }
    },
    {
      "id": "d8934571-bc71-42e0-8361-d868a9b8aa85",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        656,
        -464
      ],
      "parameters": {
        "width": 560,
        "height": 576,
        "content": "## 📘 New here? Follow the step-by-step guide\nDon’t know how to set up credentials? We prepared a step-by-step guide covering Shopify webhooks, credentials, and publishing the workflow, plus copy-paste"
      }
    }
  ],
  "connections": {
    "If": {
      "main": [
        [
          {
            "node": "Send message template",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Shopify Trigger - Order Paid": {
      "main": [
        [
          {
            "node": "If",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Shopify Trigger - Customer Created": {
      "main": [
        [
          {
            "node": "If",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Shopify Trigger - Fulfillment Created": {
      "main": [
        [
          {
            "node": "If",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}