Block 1 - Sticky Note
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
This n8n automation connects your Google Sheets to Vapi , enabling you to automatically call new contacts as soon as their information is added to your spreadsheet. ...
n8n-nodes-base.stickynote, n8n-nodes-base.httprequest, n8n-nodes-base.set, n8n-nodes-base.googlesheetstrigger, n8n-nodes-base.wait
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Aitor | 1Node.
Original n8n.io sourceThis n8n automation connects your Google Sheets to Vapi, enabling you to automatically call new contacts as soon as their information is added to your spreadsheet. Instantly reach out with a personalized voice call from a Vapi AI assistant, based on any event that adds a new row to your sheet.
| Column Name | Example Value | Data Type | Notes |
|---|---|---|---|
| phone_number | +11234567890 | Text (String) | Must include the + and country code, no spaces or dashes. Mandatory for workflow. |
| (optional) | first_name | John | Text (String) |
| (optional) | [email protected] | Text (String) | |
| (additional) | Any extra info |
+ + country code + phone number.phone_number column is correctly formatted (international format, no spaces).first_name, email, or any field your workflow should use.phone_number_id: Copy from your Vapi dashboard.assistant_id: Use the ID of your AI assistant.api_key: Store securely (see n8n secret management).to: Set as the Google Sheet's phone_number value.{{ $json["phone_number"] }}first_name, email) for personalized calls.POSThttps://api.vapi.ai/callfirst_name, product, or appointment_time in Google Sheets. Map these into the API call so Vapi can use them for dynamic greetings or contextual responses.| phone_number | first_name | product | consent | |
|---|---|---|---|---|
| +11234567890 | John | [email protected] | Widget A | TRUE |
| +44207123456 | Maria | [email protected] | Widget B | FALSE |
consent=TRUE.Feel free to contact us at 1 Node
Get instant access to a library of free resources we created.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Automate outbound Vapi voice calls from new Google Sheets rows |
|---|---|
| Complexity | intermediate |
| Nodes | 6 |
| Categories | Content Creation, Multimodal AI |
| Author | Aitor | 1Node |
| Published | 28 Jul 2025 |
Use the JSON export at /data/workflows/6576/6576.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
This n8n automation connects your Google Sheets to Vapi , enabling you to automatically call new contacts as soon as their information is added to your spreadsheet. ...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Content Creation, Multimodal AI use case.