{
  "name": "Send weekly engagement stats & raffle updates via WhatsApp using Airtable",
  "nodes": [
    {
      "id": "528f3ada-b35d-42e9-a761-791a3cd5b4ce",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -320,
        -160
      ],
      "parameters": {
        "width": null,
        "height": 280,
        "content": "## Weekly on wednesday"
      }
    },
    {
      "id": "a289dc7c-fd19-48ad-b060-71075f816958",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -40,
        -160
      ],
      "parameters": {
        "width": 180,
        "height": 280,
        "content": "## Check points & riffle vouchers"
      }
    },
    {
      "id": "6dd51084-7ba0-4897-b0c8-8e67834f8426",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        180,
        -160
      ],
      "parameters": {
        "width": 220,
        "height": 280,
        "content": "## Send message"
      }
    },
    {
      "id": "30c6ed23-5f49-49c9-b0bc-a0d6b4a26c61",
      "name": "Every wednesday at 1 pm",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -240,
        -40
      ]
    },
    {
      "id": "d62ad8a9-c748-4439-a5db-22ba6b69e25f",
      "name": "Send WhasApp (Weekly Message)",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        240,
        -40
      ]
    },
    {
      "id": "2164febb-f9ff-45ff-8f6b-6a1519f5b0fe",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1120,
        -160
      ],
      "parameters": {
        "width": 720,
        "height": 640,
        "content": "## Scheduled Trigger:\nEvery Wednesday at 1 pm, the workflow is automatically triggered.\n\n## Fetch User Data:\nThe workflow retrieves all user records from the \"WhatsApp Engagement Database\" in Airtable"
      }
    },
    {
      "id": "a989e633-9e8e-41f6-af3b-8107f1906742",
      "name": "Search records",
      "type": "n8n-nodes-base.airtable",
      "position": [
        0,
        -40
      ]
    }
  ],
  "connections": {
    "Search records": {
      "main": [
        [
          {
            "node": "Send WhasApp (Weekly Message)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Every wednesday at 1 pm": {
      "main": [
        [
          {
            "node": "Search records",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}