workflows.fit
Back to n8n workflows
n8n templateFreeBy Connor Provines

Recover missed demos with Calendly, Zoom & AI-generated follow-ups

One-Line Description Automatically detects missed Zoom demos booked via Calendly and triggers AI-powered follow-up sequences. Detailed Description What it does: When a prospect books a demo through Calendly but fails ...

CommunicationHITLCore NodesDevelopmentSalesAILangchainUtility
Loading interactive preview...

Template notes

One-Line Description Automatically detects missed Zoom demos booked via Calendly and triggers AI-powered follow-up sequences.

Detailed Description

What it does: When a prospect books a demo through Calendly but fails to join the Zoom meeting, this workflow automatically detects the no-show, generates personalized recovery messages using AI, updates your database, and notifies your sales team—all within minutes of the meeting ending. It bridges Calendly, Zoom, and your follow-up channels to ensure no lead falls through the cracks.

Who it's for: - Sales teams running high-volume demo calendars who lose 20-40% of booked meetings to no-shows - Customer success managers conducting onboarding calls where attendance tracking matters - SDRs and BDRs who need immediate alerts when prospects miss scheduled meetings - Revenue operations teams seeking to improve demo-to-opportunity conversion rates through faster follow-up

Key Features: - Real-time no-show detection - Automatically checks Zoom participant lists against expected attendees within seconds of meeting end - AI-generated recovery messaging - Creates contextual, empathetic follow-up emails and LinkedIn messages tailored to each no-show scenario - Instant team notifications - Sends formatted Slack alerts with attendee details and suggested next actions so reps can manually follow up if needed - Attendance tracking database - Maintains a searchable record of all bookings and attendance status for reporting and analysis - Multi-channel follow-up orchestration - Coordinates email, Slack notifications, and optional CRM updates from a single automation - Selective event filtering - Processes only specific Calendly event types so you control which meetings trigger the workflow

How it works: 1. Booking capture: Calendly webhook fires when a demo is scheduled, extracting Zoom meeting details and attendee information 2. Meeting monitoring: When the Zoom meeting ends, a second webhook triggers attendance verification by pulling the participant list from Zoom's API 3. No-show identification: Workflow cross-references the expected attendee email with actual Zoom participants to confirm whether they attended 4. Automated response: For confirmed no-shows, AI generates personalized recovery messages while the system updates your database and notifies your team via Slack 5. Optional integrations: Simultaneously updates CRM deal stages or triggers additional follow-up sequences based on your configuration

Setup Requirements

Prerequisites: - Calendly account (any paid plan) with webhook access and Personal Access Token - Zoom account (Pro or higher) with Server-to-Server OAuth app credentials for API access - OpenAI API key for AI-generated follow-up message creation - Slack workspace with OAuth permissions to post messages (optional but recommended) - n8n Data Table created with columns: meetingid, email, status (built-in n8n feature, no external database needed) - Email sending service configured in n8n (SMTP, Gmail, SendGrid, etc.) if enabling automated email sending - CRM API access (HubSpot, Salesforce, Pipedrive, etc.) if enabling deal updates (optional)