{
  "name": "Connect Airtable contacts to telli for automated AI voice call scheduling",
  "nodes": [
    {
      "id": "9562ed92-f04e-44b8-b2f1-3c9032788826",
      "name": "Airtable Trigger",
      "type": "n8n-nodes-base.airtableTrigger",
      "position": [
        -20,
        0
      ]
    },
    {
      "id": "d40f78ab-f96f-44eb-a2ac-1b16a66f94cb",
      "name": "Schedule a call",
      "type": "n8n-nodes-telli.telli",
      "position": [
        500,
        0
      ]
    },
    {
      "id": "b5d4b415-9363-4d2a-8689-4c789177d9c3",
      "name": "Add a contact",
      "type": "n8n-nodes-telli.telli",
      "position": [
        240,
        0
      ]
    },
    {
      "id": "22680635-838a-48db-a300-1a280d45b0f9",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1620,
        -680
      ],
      "parameters": {
        "width": 1420,
        "height": 2640,
        "content": "# Upload your CRM contacts to telli and schedule AI voice-agent calls\n\n## Introduction to telli and AI Voice-Agent Calls\n\ntelli is an innovative platform that provides AI-powered voice agents capable "
      }
    },
    {
      "id": "7c31d739-c1a6-4b2b-a99d-2ab69a82b944",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -80,
        160
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": "## CRM node\n\nConnect it to the table where you store information about your leads or contacts in general."
      }
    },
    {
      "id": "4cc74508-7323-4dce-b487-79404d9959bb",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        180,
        -240
      ],
      "parameters": {
        "width": null,
        "height": 220,
        "content": "## Add contacts to telli\n\nHere you use the telli node to add your CRM contacts into the telli system."
      }
    },
    {
      "id": "ef541141-1aa7-4f45-96a3-2169d609ff6d",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        480,
        180
      ],
      "parameters": {
        "width": null,
        "height": 220,
        "content": "## Schedule calls for your new contacts\n\nRight after the contacts have been added, we use another telli node to schedule calls based on our smart calling strategy."
      }
    }
  ],
  "connections": {
    "Add a contact": {
      "main": [
        [
          {
            "node": "Schedule a call",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Airtable Trigger": {
      "main": [
        [
          {
            "node": "Add a contact",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}