{
  "nodes": [
    {
      "name": "Autopilot Trigger",
      "type": "n8n-nodes-base.autopilotTrigger",
      "position": [
        470,
        200
      ],
      "parameters": {
        "event": "contactAdded"
      },
      "credentials": {
        "autopilotApi": "<your credential>"
      },
      "typeVersion": 1
    },
    {
      "name": "Set",
      "type": "n8n-nodes-base.set",
      "position": [
        670,
        200
      ],
      "parameters": {
        "values": {
          "string": [
            {
              "name": "First Name",
              "value": "={{$json[\"contact\"][\"FirstName\"]}}"
            },
            {
              "name": "Last Name",
              "value": "={{$json[\"contact\"][\"LastName\"]}}"
            },
            {
              "name": "Email",
              "value": "={{$json[\"contact\"][\"Email\"]}}"
            }
          ]
        },
        "options": {},
        "keepOnlySet": true
      },
      "typeVersion": 1
    },
    {
      "name": "Airtable",
      "type": "n8n-nodes-base.airtable",
      "position": [
        870,
        200
      ],
      "parameters": {
        "table": "Table 1",
        "options": {},
        "operation": "append",
        "application": "appflT9EkWRGsSFM2"
      },
      "credentials": {
        "airtableApi": "<your credential>"
      },
      "typeVersion": 1
    }
  ],
  "connections": {
    "Set": {
      "main": [
        [
          {
            "node": "Airtable",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Autopilot Trigger": {
      "main": [
        [
          {
            "node": "Set",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}