{
  "name": "Automated meeting attendee enrichment with Apollo.io and Google Sheets",
  "nodes": [
    {
      "id": "f6a8a3c9-b1c7-4143-95b9-f21a7e6ee7c1",
      "name": "Cal.com Trigger1",
      "type": "n8n-nodes-base.calTrigger",
      "position": [
        -6540,
        1540
      ]
    },
    {
      "id": "ac8e37e7-0e6d-48ea-af24-d145f64dd5cf",
      "name": "Create URL",
      "type": "n8n-nodes-base.code",
      "position": [
        -5660,
        1440
      ]
    },
    {
      "id": "83bc2e49-06d9-4752-a816-c88328afd24b",
      "name": "Calendly Trigger",
      "type": "n8n-nodes-base.calendlyTrigger",
      "position": [
        -6540,
        1340
      ]
    },
    {
      "id": "abb4448c-9c1d-4d56-b2e4-f19ec0631a3f",
      "name": "Google Sheets1",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -4980,
        1320
      ]
    },
    {
      "id": "0581ea56-4e36-4d8a-81b7-9ef57ba41183",
      "name": "Google Sheets2",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -4960,
        1520
      ]
    },
    {
      "id": "5fd126bb-f58c-4894-97e9-3b0da6959bf1",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -6630,
        1240
      ],
      "parameters": {
        "width": 1840,
        "height": 520,
        "content": "# Enrich Meeting Attendees"
      }
    },
    {
      "id": "60254652-adc6-4614-aac0-f5b269d8e3b7",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -7060,
        1240
      ],
      "parameters": {
        "width": 420,
        "height": 520,
        "content": "## 1. Resources  \n### Get your API keys by clicking on the links below.\n- ### [Calendly](https://calendly.com/integrations/api_webhooks)\n- ### [Cal.com](https://app.cal.com/settings/developer/api-keys"
      }
    },
    {
      "id": "491cbbcd-851c-49f3-9139-9bc010b44e24",
      "name": "Extract Data",
      "type": "n8n-nodes-base.set",
      "position": [
        -6340,
        1340
      ]
    },
    {
      "id": "d0ee5e40-5c57-4b51-a6f5-d6184f907772",
      "name": "Extract data",
      "type": "n8n-nodes-base.set",
      "position": [
        -6340,
        1540
      ]
    },
    {
      "id": "8555fefe-a522-4a5b-aaa5-a502f55ce57b",
      "name": "Log entry",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -6100,
        1440
      ]
    },
    {
      "id": "f3f0d32e-8b44-49f5-aa61-a5dccbb19f17",
      "name": "Generate Query",
      "type": "n8n-nodes-base.set",
      "position": [
        -5880,
        1440
      ]
    },
    {
      "id": "8f54f69c-2d51-4c90-8a6d-d6cd48527043",
      "name": "Scrape Apollo",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -5440,
        1440
      ]
    },
    {
      "id": "c98b7806-6f2a-4a1d-869b-1a2aec0fde18",
      "name": "If Data available?",
      "type": "n8n-nodes-base.if",
      "position": [
        -5220,
        1440
      ]
    }
  ],
  "connections": {
    "Log entry": {
      "main": [
        [
          {
            "node": "Generate Query",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create URL": {
      "main": [
        [
          {
            "node": "Scrape Apollo",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract Data": {
      "main": [
        [
          {
            "node": "Log entry",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract data": {
      "main": [
        [
          {
            "node": "Log entry",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Scrape Apollo": {
      "main": [
        [
          {
            "node": "If Data available?",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Generate Query": {
      "main": [
        [
          {
            "node": "Create URL",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Cal.com Trigger1": {
      "main": [
        [
          {
            "node": "Extract data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Calendly Trigger": {
      "main": [
        [
          {
            "node": "Extract Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "If Data available?": {
      "main": [
        [
          {
            "node": "Google Sheets1",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Google Sheets2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}