This workflow follows the Google Sheets → HTTP Request recipe pattern — see all workflows that pair these two integrations.
The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"nodes": [
{
"parameters": {
"event": "invitee.created"
},
"name": "Calendly Trigger",
"type": "n8n-nodes-base.calendlyTrigger",
"typeVersion": 1,
"position": [
100,
300
]
},
{
"parameters": {
"operation": "read",
"sheetId": "YOUR_SHEET_ID",
"range": "A:Z"
},
"name": "Google Sheets - Get Leads",
"type": "n8n-nodes-base.googleSheets",
"typeVersion": 3,
"position": [
300,
300
]
},
{
"parameters": {
"method": "POST",
"url": "https://api.vapi.ai/call",
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "Content-Type",
"value": "application/json"
}
]
},
"sendBody": true,
"bodyParameters": {
"parameters": [
{
"name": "lead_id",
"value": "={{$node[\"Google Sheets - Get Leads\"].json[\"id\"]}}"
}
]
}
},
"name": "VAPI AI Cold Call",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.1,
"position": [
500,
300
]
},
{
"parameters": {
"conditions": {
"string": [
{
"value1": "={{$node[\"VAPI AI Cold Call\"].json[\"lead_status\"]}}",
"value2": "qualified"
}
]
}
},
"name": "IF Lead Qualified",
"type": "n8n-nodes-base.if",
"typeVersion": 1,
"position": [
700,
300
]
},
{
"parameters": {
"operation": "update",
"sheetId": "YOUR_SHEET_ID",
"key": "id",
"dataMode": "defineBelow",
"valuesToSend": {
"values": [
{
"column": "status",
"value": "qualified"
}
]
}
},
"name": "Google Sheets - Update Status",
"type": "n8n-nodes-base.googleSheets",
"typeVersion": 3,
"position": [
950,
200
]
}
],
"connections": {
"Calendly Trigger": {
"main": [
[
{
"node": "Google Sheets - Get Leads",
"type": "main",
"index": 0
}
]
]
},
"Google Sheets - Get Leads": {
"main": [
[
{
"node": "VAPI AI Cold Call",
"type": "main",
"index": 0
}
]
]
},
"VAPI AI Cold Call": {
"main": [
[
{
"node": "IF Lead Qualified",
"type": "main",
"index": 0
}
]
]
},
"IF Lead Qualified": {
"main": [
[
{
"node": "Google Sheets - Update Status",
"type": "main",
"index": 0
}
],
[]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
My Automations. Uses calendlyTrigger, googleSheets, httpRequest. Event-driven trigger; 5 nodes.
Source: https://github.com/bhaktofmahakal/My-Automations/blob/f6027b54400dd7a6092c098ade9467daf5ed0f89/automations/lead-qualification-basic/workflow.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
This workflow automates the process of gathering critical information about your meeting attendees right after they book a meeting. Whether they book through Calendly or Cal.com, this workflow extract
TrackCollect_deeper. Uses googleSheets, httpRequest, @n-octo-n/n8n-nodes-json-database, itemLists. Event-driven trigger; 80 nodes.
This template is ideal for solo store owners, eCommerce marketers, automation beginners, or anyone using Shopify and Gmail who wants to recover lost revenue without coding.
PCN. Uses googleSheets, httpRequest, @n-octo-n/n8n-nodes-json-database, itemLists. Event-driven trigger; 60 nodes.
Product Ad Machine. Uses googleDrive, googleSheets, httpRequest, @ffmpeg-micro/n8n-nodes-ffmpeg-micro. Event-driven trigger; 60 nodes.