{
  "name": "Send WhatsApp payment reminders automatically with MoltFlow",
  "nodes": [
    {
      "id": "a1b2c3d4-1111-4000-a000-000000000010",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -40,
        -280
      ],
      "parameters": {
        "width": 380,
        "height": 310,
        "content": "## WhatsApp Payment Reminder\nAutomatically sends personalized WhatsApp payment reminders every morning at 9 AM using the [MoltFlow API](https://molt.waiflow.app).\n\n**How it works:**\n1. Schedule fires "
      }
    },
    {
      "id": "a1b2c3d4-1111-4000-a000-000000000011",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        400,
        -280
      ],
      "parameters": {
        "width": 380,
        "height": 230,
        "content": "## Setup (3 min)\n1. Create a [MoltFlow account](https://molt.waiflow.app)\n2. Connect WhatsApp (scan QR)\n3. Generate API key > Sessions > API Keys tab\n4. Add credential: Header Auth > Name: X-API-Key >"
      }
    },
    {
      "id": "a1b2c3d4-1111-4000-a000-000000000001",
      "name": "Daily 9 AM Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "a1b2c3d4-1111-4000-a000-000000000002",
      "name": "Prepare Contacts",
      "type": "n8n-nodes-base.code",
      "position": [
        220,
        0
      ]
    },
    {
      "id": "a1b2c3d4-1111-4000-a000-000000000003",
      "name": "Send WhatsApp Reminder",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        440,
        0
      ]
    },
    {
      "id": "a1b2c3d4-1111-4000-a000-000000000004",
      "name": "Message Sent?",
      "type": "n8n-nodes-base.if",
      "position": [
        660,
        0
      ]
    },
    {
      "id": "a1b2c3d4-1111-4000-a000-000000000005",
      "name": "Log Success",
      "type": "n8n-nodes-base.code",
      "position": [
        880,
        -100
      ]
    },
    {
      "id": "a1b2c3d4-1111-4000-a000-000000000006",
      "name": "Log Failure",
      "type": "n8n-nodes-base.code",
      "position": [
        880,
        100
      ]
    }
  ],
  "connections": {
    "Message Sent?": {
      "main": [
        [
          {
            "node": "Log Success",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Log Failure",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Prepare Contacts": {
      "main": [
        [
          {
            "node": "Send WhatsApp Reminder",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Daily 9 AM Trigger": {
      "main": [
        [
          {
            "node": "Prepare Contacts",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send WhatsApp Reminder": {
      "main": [
        [
          {
            "node": "Message Sent?",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}