Block 1 - Airtable Trigger
- Type / Role
- n8n-nodes-base.airtableTrigger - airtableTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Upload your CRM contacts to telli and schedule AI voice agent calls Introduction to telli and AI Voice Agent Calls telli is an innovative platform that provides AI powered voice agents capable of m...
n8n-nodes-base.airtabletrigger, n8n-nodes-telli.telli, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Paulo Ramirez.
Original n8n.io sourcetelli is an innovative platform that provides AI-powered voice agents capable of making calls and performing tasks tailored to specific customer use cases. These AI voice-agents can handle a wide range of communication tasks, from appointment scheduling to customer support, with remarkable efficiency and natural conversation flow.
This template is designed for businesses and organizations looking to automate their outbound calling processes using telli's AI voice-agents in conjunction with Airtable as their CRM. It solves the problem of manual call scheduling and data transfer between your CRM and calling system, saving time and reducing human error.
n8n Setup:
telli API Configuration:
Workflow Configuration:
Data Mapping:
Testing and Activation:
https://api.telli.com/v1/add-contactAuthorization: YOUR-API-KEYContent-Type: application/json{
"external_contact_id": "string",
"salutation": "string",
"first_name": "string",
"last_name": "string",
"phone_number": "string",
"email": "[email protected]",
"contact_details": {},
"timezone": "string"
}
https://api.telli.com/v1/schedule-callAuthorization: YOUR-API-KEYContent-Type: application/json{
"contact_id": TELLI-CONTACT-ID,
"agent_id": "string",
"max_retry_days": 123,
"call_details": {
"message": "Hello, this is your friendly reminder!",
"questions": [
{
"fieldName": "email",
"neededInformation": "email of the customer",
"exampleQuestion": "What is your email address?",
"responseFormat": "email string"
}
]
},
"override_from_number": "string"
}
This template is versatile and can be applied to various scenarios, including:
- Lead Qualification: Automatically schedule calls to new leads entered in your CRM.
- Appointment Reminders: Set up calls to remind clients of upcoming appointments.
- Customer Feedback: Schedule follow-up calls after product deliveries or service completions.
For bulk operations, you can use the Loop node in your n8n workflow to process multiple contacts sequentially.
By leveraging this template, you can seamlessly integrate your Airtable CRM with telli's powerful AI voice-agents, automating your outbound calling process and enhancing your customer communication strategy.
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 | Connect Airtable contacts to telli for automated AI voice call scheduling |
|---|---|
| Complexity | intermediate |
| Nodes | 7 |
| Categories | Lead Nurturing, AI Chatbot |
| Author | Paulo Ramirez |
| Published | 30 Apr 2025 |
Use the JSON export at /data/workflows/3803/3803.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.
Upload your CRM contacts to telli and schedule AI voice agent calls Introduction to telli and AI Voice Agent Calls telli is an innovative platform that provides AI powered voice agents capable of m...
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 Lead Nurturing, AI Chatbot use case.