{
  "name": "Add new contacts from Autopilot to Airtable",
  "nodes": [
    {
      "id": null,
      "name": "Autopilot Trigger",
      "type": "n8n-nodes-base.autopilotTrigger",
      "position": [
        470,
        200
      ]
    },
    {
      "id": null,
      "name": "Set",
      "type": "n8n-nodes-base.set",
      "position": [
        670,
        200
      ]
    },
    {
      "id": null,
      "name": "Airtable",
      "type": "n8n-nodes-base.airtable",
      "position": [
        870,
        200
      ]
    }
  ],
  "connections": {
    "Set": {
      "main": [
        [
          {
            "node": "Airtable",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Autopilot Trigger": {
      "main": [
        [
          {
            "node": "Set",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}