{
  "name": "YouTube to WhatsApp sales automation with WordPress, FluentCRM and Whinta",
  "nodes": [
    {
      "id": "1",
      "name": "Webhook - Lead Capture",
      "type": "n8n-nodes-base.webhook",
      "position": [
        250,
        300
      ]
    },
    {
      "id": "2",
      "name": "Google Sheets - Backup Log",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        500,
        200
      ]
    },
    {
      "id": "3",
      "name": "FluentCRM - Add Contact",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        500,
        400
      ]
    },
    {
      "id": "4",
      "name": "Send Warmup Email",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        750,
        200
      ]
    },
    {
      "id": "5",
      "name": "Send WhatsApp via Whinta",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1000,
        200
      ]
    },
    {
      "id": "6",
      "name": "Update CRM Tag to Customer",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1250,
        200
      ]
    }
  ],
  "connections": {
    "Send Warmup Email": {
      "main": [
        [
          {
            "node": "Send WhatsApp via Whinta",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Webhook - Lead Capture": {
      "main": [
        [
          {
            "node": "Google Sheets - Backup Log",
            "type": "main",
            "index": 0
          },
          {
            "node": "FluentCRM - Add Contact",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send WhatsApp via Whinta": {
      "main": [
        [
          {
            "node": "Update CRM Tag to Customer",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Sheets - Backup Log": {
      "main": [
        [
          {
            "node": "Send Warmup Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}