Auto-Add New Calendly Bookings to Google Sheets
๐ Auto-Log Calendly Bookings to Google Sheets
This workflow automatically captures new Calendly bookings and saves them into a structured Google Sheet. It records all important details like invitee name, email, phone, event type, date, time, status, meeting link, and notes. No more manual copy-pasting from Calendly into your CRM or sheets.
โ๏ธ How It Works
Calendly Booking Webhook
Listens for new bookings (invitee.created event).
Triggers every time someone schedules a meeting.
Normalize Booking Data
A Code node parses Calendlyโs payload.
Extracts invitee name, email, phone number, event type, time, notes, and meeting link.
Ensures consistent data format for Sheets.
Save Booking to Google Sheets
The Google Sheets node appends a new row with the booking details.
Prevents duplicate entries using append/update mode.
Log Booking Success
A Code node logs the successful save.
Can be extended to send confirmation emails, Slack alerts, or calendar invites.
๐ ๏ธ Setup Steps
-
Create Google Sheet In Google Sheets, create a new sheet with headers:
Copy the Sheet ID from the URL.
Replace YOUR_GOOGLE_SHEET_ID in the workflow with your actual ID. -
Calendly Webhook In your Calendly account:
Go to Integrations โ Webhooks
Add a new webhook with the URL from the Webhook node in n8n.
Select event type: invitee.created. -
Google Sheets OAuth In n8n, connect your Google account credentials.
Grant permission for reading/writing Sheets.
๐ Example Output (Google Sheets Row)
| Name | Email | Phone | Event Type | Date | Time | Status | Meeting Link | Notes | |------------|--------------------|------------|------------|------------|-------------------|------------|-----------------------------|---------------------| | David mark | john@example.com | +123456789 | Demo Call | 2025-08-29 | 3:00 PM - 3:30 PM | Scheduled | https://zoom.us/j/123456789 | Wants to discuss AI |
โก With this workflow, every new Calendly booking is instantly logged into your Google Sheet, keeping your scheduling records accurate and centralized.
Related Templates
Instagram Full Profile Scraper with Apify and Google Sheets
๐ธ Instagram Full Profile Scraper with Apify and Google Sheets This n8n workflow automates the process of scraping ful...
Technology News Workflow Explanation with Key Services
This workflow contains community nodes that are only compatible with the self-hosted version of n8n. Auto-Publish Techn...
Auto-classify Gmail emails with AI and apply labels for inbox organization
Who is this for? Professionals and individuals who receive high volumes of emails, those who want to automatically organ...
๐ Please log in to import templates to n8n and favorite templates
Workflow Visualization
Loading...
Preparing workflow renderer
Comments (0)
Login to post comments