{
  "name": "Request a Review via WhatsApp After Every Shopify Delivery",
  "nodes": [
    {
      "name": "Shopify — Order Fulfilled",
      "type": "n8n-nodes-base.shopify",
      "typeVersion": 1,
      "parameters": {
        "resource": "order",
        "operation": "getAll",
        "event": "fulfilled"
      },
      "notes": "Trigger on fulfillment.",
      "position": [
        260,
        300
      ]
    },
    {
      "name": "Wait 5 Days",
      "type": "n8n-nodes-base.wait",
      "typeVersion": 1,
      "parameters": {
        "amount": 5,
        "unit": "days"
      },
      "notes": "Let the product arrive and be used.",
      "position": [
        500,
        300
      ]
    },
    {
      "name": "Send WhatsApp",
      "type": "n8n-nodes-base.twilio",
      "typeVersion": 1,
      "parameters": {
        "operation": "send",
        "message": "=Thanks for your order! Mind leaving a quick review? [link]"
      },
      "notes": "Use a Twilio number; WhatsApp requires an approved sender.",
      "position": [
        740,
        300
      ]
    },
    {
      "name": "Respond / Finish",
      "type": "n8n-nodes-base.noOp",
      "typeVersion": 1,
      "parameters": {},
      "notes": "End of flow — extend with extra steps as needed.",
      "position": [
        980,
        300
      ]
    }
  ],
  "connections": {
    "Shopify — Order Fulfilled": {
      "main": [
        [
          {
            "node": "Wait 5 Days",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wait 5 Days": {
      "main": [
        [
          {
            "node": "Send WhatsApp",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send WhatsApp": {
      "main": [
        [
          {
            "node": "Respond / Finish",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
