{
  "name": "WhatsApp group onboarding with automated welcome messages & Airtable point system",
  "nodes": [
    {
      "id": "42e2143e-5d85-4c28-8e96-8e50e89886e4",
      "name": "New group participant",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -160,
        -60
      ]
    },
    {
      "id": "ee6f7d26-f8fb-4a16-9a5f-0f3bef27ee0a",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -220,
        -200
      ],
      "parameters": {
        "width": null,
        "height": 300,
        "content": "## New participant  \nA new user has joined the group."
      }
    },
    {
      "id": "3d747c5d-b256-4f1d-8d96-f321b9dc4efd",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        360,
        -200
      ],
      "parameters": {
        "width": null,
        "height": 300,
        "content": "## Welcome message  \nSend a \"welcome message\" via Whapi to the new user in the WhatsApp group."
      }
    },
    {
      "id": "379f97c8-d062-4c25-a19f-ad721728e270",
      "name": "Welcome WhatsApp message",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        440,
        -60
      ]
    },
    {
      "id": "27e3e20d-780d-4b4f-8a85-2f1cda4ac041",
      "name": "Filter",
      "type": "n8n-nodes-base.filter",
      "position": [
        140,
        -60
      ]
    },
    {
      "id": "0b28e17a-7f57-4f5e-a174-15c71fd9741c",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        80,
        -200
      ],
      "parameters": {
        "width": null,
        "height": 300,
        "content": "## Conditions: \n1. Right group?\n2. Type \"add\"?"
      }
    },
    {
      "id": "4172ad9e-0f61-4581-95b9-a4dfc1b9efb9",
      "name": "Airtable Create",
      "type": "n8n-nodes-base.airtable",
      "position": [
        720,
        -60
      ]
    },
    {
      "id": "a238eaba-2fda-441f-93b6-fbdd810619a9",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        660,
        -200
      ],
      "parameters": {
        "width": null,
        "height": 300,
        "content": "## 100 Start Points  \nNew users start with 100 points (for example)"
      }
    },
    {
      "id": "bc5aefc1-fd7c-42cc-8110-4687a4845402",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1540,
        -240
      ],
      "parameters": {
        "width": 1260,
        "height": 1000,
        "content": "# New WhatsApp Group Participant Workflow\n\n## Receive Webhook Notification\n### The workflow starts when a webhook receives a POST request from Whapi, notifying that a new participant has joined a What"
      }
    }
  ],
  "connections": {
    "Filter": {
      "main": [
        [
          {
            "node": "Welcome WhatsApp message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "New group participant": {
      "main": [
        [
          {
            "node": "Filter",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Welcome WhatsApp message": {
      "main": [
        [
          {
            "node": "Airtable Create",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}