Calendly handles scheduling. n8n handles everything else: pre-meeting prep, reminders, follow-ups, CRM sync, and reporting. Together they create a fully automated meeting machine.
Why n8n + Calendly?
Calendly Pro ($12/month) offers basic automations. Calendly Teams ($16/month) adds native integrations. n8n does all of that and more, at no additional cost.
Setup: Calendly Webhooks to n8n
In Calendly, go to Integrations → Webhooks. Create a webhook pointing to your n8n URL. Select the events: invitee.created (new booking), invitee.canceled.
In n8n, create a Webhook node that receives these events. Each booking fires your workflow.
Top Calendly Automations
1. Personalized Welcome Email
New booking. n8n pulls client info, generates a personalized email with: prep materials, agenda, link to a pre-meeting questionnaire.
2. Pre-Meeting Briefing
24 hours before, n8n pulls CRM context, prepares a brief for you, and sends a reminder to the client with prep work.
3. Auto-Create Zoom Meeting
Booking comes in. n8n automatically creates the Zoom meeting (with auto-recording configured for specific clients) and updates the calendar event.
4. CRM Sync
Each booking logs as an activity in your CRM with all client details.
5. Post-Meeting Follow-Up
Based on calendar duration (meeting completed), n8n sends thank-you email, feedback form, and triggers next-phase journey.
6. No-Show Auto-Reschedule
If someone does not show (detected by 0-min Zoom duration), n8n sends a kind reschedule offer.
Calendly Events
– invitee.created: new booking – invitee.canceled: cancellation
You can also poll the Calendly API for status changes, but webhooks are more efficient.
Best Practices
For high-value clients, add a Slack notification to your sales team immediately. For evaluation-stage clients, add to a nurture sequence.
Create different Calendly event types for different purposes (initial consult, demo, support) and route each to a different workflow.
Getting Started
If you do not have n8n yet, start your free trial here.
For more, see my calendar automation guide and customer support guide.