{
  "name": "Launch WhatsApp bulk campaigns from Google Sheets with MoltFlow",
  "nodes": [
    {
      "id": "c1b2c3d4-3333-4000-c000-000000000010",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -40,
        -300
      ],
      "parameters": {
        "width": 400,
        "height": 310,
        "content": "## WhatsApp Bulk Campaign\nSend personalized WhatsApp campaigns to contacts imported from Google Sheets using [MoltFlow](https://molt.waiflow.app).\n\n**How it works:**\n1. Click Execute to start\n2. Conta"
      }
    },
    {
      "id": "c1b2c3d4-3333-4000-c000-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. Generate API key with Outreach scope preset\n3. Prepare Google Sheet with columns: phone, name, message"
      }
    },
    {
      "id": "c1b2c3d4-3333-4000-c000-000000000001",
      "name": "Start Campaign",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "c1b2c3d4-3333-4000-c000-000000000002",
      "name": "Read Contacts from Sheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        220,
        0
      ]
    },
    {
      "id": "c1b2c3d4-3333-4000-c000-000000000003",
      "name": "Format Contacts",
      "type": "n8n-nodes-base.code",
      "position": [
        440,
        0
      ]
    },
    {
      "id": "c1b2c3d4-3333-4000-c000-000000000004",
      "name": "Create Custom Group",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        660,
        0
      ]
    },
    {
      "id": "c1b2c3d4-3333-4000-c000-000000000005",
      "name": "Prepare Bulk Send",
      "type": "n8n-nodes-base.code",
      "position": [
        880,
        0
      ]
    },
    {
      "id": "c1b2c3d4-3333-4000-c000-000000000006",
      "name": "Create Bulk Send Job",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1100,
        0
      ]
    },
    {
      "id": "c1b2c3d4-3333-4000-c000-000000000007",
      "name": "Wait 30s",
      "type": "n8n-nodes-base.wait",
      "position": [
        1320,
        0
      ]
    },
    {
      "id": "c1b2c3d4-3333-4000-c000-000000000008",
      "name": "Check Campaign Progress",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1540,
        0
      ]
    },
    {
      "id": "c1b2c3d4-3333-4000-c000-000000000009",
      "name": "Campaign Summary",
      "type": "n8n-nodes-base.code",
      "position": [
        1760,
        0
      ]
    }
  ],
  "connections": {
    "Wait 30s": {
      "main": [
        [
          {
            "node": "Check Campaign Progress",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Start Campaign": {
      "main": [
        [
          {
            "node": "Read Contacts from Sheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Format Contacts": {
      "main": [
        [
          {
            "node": "Create Custom Group",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Prepare Bulk Send": {
      "main": [
        [
          {
            "node": "Create Bulk Send Job",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create Custom Group": {
      "main": [
        [
          {
            "node": "Prepare Bulk Send",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create Bulk Send Job": {
      "main": [
        [
          {
            "node": "Wait 30s",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check Campaign Progress": {
      "main": [
        [
          {
            "node": "Campaign Summary",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Read Contacts from Sheet": {
      "main": [
        [
          {
            "node": "Format Contacts",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}