Skip to main content

Auto-add new Calendly bookings to Google Sheets

Workflow preview

Workflow preview
100%
Auto-add new Calendly bookings to Google Sheets preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

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 invit...

Best for

  • File Management automation workflows
  • CRM automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.webhook, n8n-nodes-base.code, n8n-nodes-base.googlesheets

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by David Olusola.

Original n8n.io source

1.1 Workflow description

Title
Auto-add new Calendly bookings to Google Sheets
Workflow name
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

  1. Calendly Booking Webhook

    • Listens for new bookings (invitee.created event).
    • Triggers every time someone schedules a meeting.
  2. 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.
  3. Save Booking to Google Sheets

    • The Google Sheets node appends a new row with the booking details.
    • Prevents duplicate entries using append/update mode.
  4. Log Booking Success

    • A Code node logs the successful save.
    • Can be extended to send confirmation emails, Slack alerts, or calendar invites.

🛠️ Setup Steps

1. 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.

2. 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.

3. 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 [email protected] +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.

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - Setup Instructions

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 2 - Calendly Booking Webhook

Type / Role
n8n-nodes-base.webhook - webhook
Config choices
Version 1

Block 3 - Normalize Booking Data

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 4 - Save Booking to Sheets

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4

Block 5 - Log Booking Success

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

3. Summary Table

Workflow Auto-add new Calendly bookings to Google Sheets
Complexity intermediate
Nodes 5
Categories File Management, CRM
Author David Olusola
Published 29 Aug 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/8032/8032.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Auto-add new Calendly bookings to Google Sheets do?

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 invit...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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 File Management, CRM use case.