You are helping me build the following AI agent workflow. ## Goal Sync telli Call Data to Airtable CRM: When a telli call ends, it updates the Airtable CRM with interest and appointment status, then triggers follow-up emails or calendar tasks. ## Specification - What it does: You instantly get your Airtable CRM updated with call outcomes and interest levels the moment a telli call ends, so you can immediately trigger follow-up emails or schedule appointments without manual entry. This automation ensures no lead slips through the cracks by automatically creating calendar tasks based on specific results from your n8n workflow. - Trigger: Triggered by an event (Event ยท on call ended) - Autonomy: Fully hands-off - Expected setup effort: about an afternoon - Tools/services involved: - telli: Voice agent platform providing call event webhooks - n8n: Workflow automation engine processing webhooks and logic - Airtable: CRM database storing contact records and appointment status ## Known pitfalls, handle each one explicitly in your implementation 1. Sensitive call data might be exposed if webhook URLs are not secured with secret tokens or IP whitelisting. 2. Schema mismatches between telli and Airtable can break the flow, validate field types during initial setup. ## Reference implementation https://n8n.io/workflows/3802 (workflow template) Fetch and inspect this before building. If it matches my stack, adapt it; if not, rebuild the pattern with my tools. ## Process requirements 1. Before building: ask me which of the listed tools I actually use and what my platform is (n8n / Make / code / other). Do not assume. 2. Adapt the pattern to my answers; do not force the reference stack. 3. Address every pitfall above; tell me how you handled each. 4. Provide a test plan I can run before letting this touch real data. 5. Ask before any step that sends messages, modifies data, or spends money. Source: https://usecasesforagents.com/use-case/sync-telli-call-data-to-airtable-crm/ via usecasesforagents.com