{
  "name": "Send WhatsApp follow-up when a new lead submits a form with MoltFlow and log to Sheets",
  "nodes": [
    {
      "id": "f1000001-0000-4000-f000-000000000010",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -40,
        -300
      ],
      "parameters": {
        "width": 400,
        "height": 310,
        "content": "## Form → WhatsApp Lead Follow-up\nInstantly reach new leads on WhatsApp when they submit a form (Typeform, JotForm, Google Forms, or any webhook-enabled form) using [MoltFlow](https://molt.waiflow.app"
      }
    },
    {
      "id": "f1000001-0000-4000-f000-000000000011",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        420,
        -300
      ],
      "parameters": {
        "width": 400,
        "height": 260,
        "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. Configure your form tool to POST to this webhook on s"
      }
    },
    {
      "id": "f1000001-0000-4000-f000-000000000001",
      "name": "Form Submission Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "f1000001-0000-4000-f000-000000000002",
      "name": "Parse Form Data",
      "type": "n8n-nodes-base.code",
      "position": [
        220,
        0
      ]
    },
    {
      "id": "f1000001-0000-4000-f000-000000000003",
      "name": "Valid Lead?",
      "type": "n8n-nodes-base.if",
      "position": [
        440,
        0
      ]
    },
    {
      "id": "f1000001-0000-4000-f000-000000000004",
      "name": "Send WhatsApp Follow-up",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        660,
        -100
      ]
    },
    {
      "id": "f1000001-0000-4000-f000-000000000005",
      "name": "Log Lead to Sheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        880,
        -100
      ]
    }
  ],
  "connections": {
    "Valid Lead?": {
      "main": [
        [
          {
            "node": "Send WhatsApp Follow-up",
            "type": "main",
            "index": 0
          }
        ],
        []
      ]
    },
    "Parse Form Data": {
      "main": [
        [
          {
            "node": "Valid Lead?",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Form Submission Webhook": {
      "main": [
        [
          {
            "node": "Parse Form Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send WhatsApp Follow-up": {
      "main": [
        [
          {
            "node": "Log Lead to Sheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}