{
  "name": "Automated AI cold calling system with VAPI.ai, Airtable, and smart follow-ups",
  "nodes": [
    {
      "id": "ae54e92f-52a0-40f7-ad7d-218c1d548fae",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        0,
        80
      ]
    },
    {
      "id": "5c9d0c6e-7a17-4bda-88cd-7fa411429974",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -80,
        -160
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "d6f73623-c2c2-48eb-a42e-7c636568d29d",
      "name": "Get Leads",
      "type": "n8n-nodes-base.airtable",
      "position": [
        240,
        80
      ]
    },
    {
      "id": "f047fe20-8c89-4c3e-8af7-91c855ba2a7b",
      "name": "Filter Valuable Data",
      "type": "n8n-nodes-base.set",
      "position": [
        464,
        80
      ]
    },
    {
      "id": "0c8b5254-5ff8-47f2-86b9-1b346274416a",
      "name": "Trigger Call on Vapi",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        672,
        80
      ]
    },
    {
      "id": "b876ebe0-41b4-42dd-b090-deaaeee95982",
      "name": "Update Record",
      "type": "n8n-nodes-base.airtable",
      "position": [
        896,
        80
      ]
    },
    {
      "id": "750c2b57-ad77-4406-8e55-cb337eb81873",
      "name": "Connected Call",
      "type": "n8n-nodes-base.airtable",
      "position": [
        1088,
        400
      ]
    },
    {
      "id": "d75ea743-9d6f-47f8-82d5-6c790f3aa1fa",
      "name": "Condition = Answered",
      "type": "n8n-nodes-base.if",
      "position": [
        656,
        496
      ]
    },
    {
      "id": "66404e2a-fa29-4e71-a2fb-9a592d0f58fe",
      "name": "Get ID",
      "type": "n8n-nodes-base.airtable",
      "position": [
        864,
        400
      ]
    },
    {
      "id": "092e1edd-9064-40fe-b9d8-68732eb7c864",
      "name": "Event = end-of-call-report",
      "type": "n8n-nodes-base.if",
      "position": [
        192,
        592
      ]
    },
    {
      "id": "428483b8-ce86-4904-9887-d4ac96d7a2d3",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -80,
        304
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "cc5ad7c1-1ef9-443c-8502-eecc38ae66d1",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -80,
        912
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "77036e19-5763-48e7-8f84-691e2e84b9ca",
      "name": "Create Record",
      "type": "n8n-nodes-base.airtable",
      "position": [
        432,
        496
      ]
    },
    {
      "id": "e4b61a54-939e-4d52-bac6-733be3858f1e",
      "name": "Update record",
      "type": "n8n-nodes-base.airtable",
      "position": [
        432,
        672
      ]
    },
    {
      "id": "91b8241b-5d6c-46f7-ae4f-43ea144e99d0",
      "name": "Create Call Later Record",
      "type": "n8n-nodes-base.airtable",
      "position": [
        224,
        1152
      ]
    },
    {
      "id": "2e70f31a-d39f-42cc-b934-e09470f7e822",
      "name": "Call Later Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        0,
        1152
      ]
    },
    {
      "id": "9864abc3-6e84-4406-8128-ec7f6feb892f",
      "name": "End Call Webshook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -16,
        592
      ]
    },
    {
      "id": "a92cce88-55e1-4ec0-887b-ef7a2f6f7331",
      "name": "Update Record1",
      "type": "n8n-nodes-base.airtable",
      "position": [
        672,
        1152
      ]
    },
    {
      "id": "c10f1492-7c64-46d1-b6ff-cc570cffb852",
      "name": "Respond to VAPI.AI Webhook",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        448,
        1152
      ]
    }
  ],
  "connections": {
    "Get ID": {
      "main": [
        [
          {
            "node": "Connected Call",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Leads": {
      "main": [
        [
          {
            "node": "Filter Valuable Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create Record": {
      "main": [
        [
          {
            "node": "Condition = Answered",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Get Leads",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "End Call Webshook": {
      "main": [
        [
          {
            "node": "Event = end-of-call-report",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Call Later Webhook": {
      "main": [
        [
          {
            "node": "Create Call Later Record",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Condition = Answered": {
      "main": [
        [
          {
            "node": "Get ID",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Filter Valuable Data": {
      "main": [
        [
          {
            "node": "Trigger Call on Vapi",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Trigger Call on Vapi": {
      "main": [
        [
          {
            "node": "Update Record",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create Call Later Record": {
      "main": [
        [
          {
            "node": "Respond to VAPI.AI Webhook",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Event = end-of-call-report": {
      "main": [
        [
          {
            "node": "Create Record",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Update record",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Respond to VAPI.AI Webhook": {
      "main": [
        [
          {
            "node": "Update Record1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}