Skip to main content

Automate Calendly sales meetings with HubSpot, Google, ClickUp and Slack

Workflow preview

Workflow preview
100%
Automate Calendly sales meetings with HubSpot, Google, ClickUp and Slack preview
Open on n8n.io

1. Workflow Overview

How it works This workflow automatically manages every new Calendly booking from start to finish. When a prospect books a meeting, it captures all details, syncs everything to HubSpot, creates a pr...

Best for

  • CRM automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.httprequest, n8n-nodes-base.if, n8n-nodes-base.calendlytrigger, n8n-nodes-base.set, n8n-nodes-base.clickup, n8n-nodes-base.gmail, n8n-nodes-base.slack, n8n-nodes-base.code

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Automate Calendly sales meetings with HubSpot, Google, ClickUp and Slack
Workflow name
Automate Calendly sales meetings with HubSpot, Google, ClickUp and Slack

How it works

This workflow automatically manages every new Calendly booking from start to finish. When a prospect books a meeting, it captures all details, syncs everything to HubSpot, creates a prep task for the sales rep, sends confirmation and reminder emails, and notifies the team — all without any manual effort.

Step-by-step

  • Trigger & format

  • Calendly — New Booking – Listens for new invitee.created events when a prospect books a meeting.

  • Format Booking Data – Extracts and normalizes all booking details including name, email, company, phone, meeting time, join URL, reschedule and cancel links, and computes reminder timestamps.

  • Logging

  • Google Sheets — Log Booking – Appends all booking details including name, email, company, event type, meeting time, and join URL to a Google Sheets tracker.

  • CRM sync

  • HubSpot — Search Contact by Email – Searches HubSpot to check if the prospect already exists by email.

  • IF — Contact Exists in HubSpot? – Routes to update or create based on whether a matching contact is found.

  • Update HubSpot Contact – Updates the existing contact with the latest name, phone, company, and lead source.

  • Create HubSpot Contact – Creates a new HubSpot contact with all prospect details if none exists.

  • Set — Contact ID – Normalizes the contact ID from either branch so all downstream nodes reference it consistently.

  • Calendar & deal creation

  • Google Calendar — Create Rep Event – Creates a 30-minute meeting event on the sales rep's Google Calendar with join URL, prospect details, and reschedule/cancel links.

  • HubSpot — Get Owner ID – Fetches the HubSpot owner to assign the deal to the correct sales rep.

  • HubSpot — Create a Deal – Creates a new deal in the appointmentscheduled stage linked to the contact, with meeting details and next steps.

  • Preparation & confirmation

  • ClickUp — Create Prep Task – Creates a pre-call research task in ClickUp with a full checklist covering LinkedIn research, company background, discovery questions, and competitor analysis. Due 2 hours before the meeting.

  • Gmail — Send Confirmation – Sends a polished HTML confirmation email to the prospect with meeting details, join button, and reschedule/cancel options.

  • Team notification & CRM logging

  • HubSpot Log Note – Logs a full activity note in HubSpot linked to both the contact and the deal, including all meeting details and the ClickUp prep task link.

  • Slack — Notify Sales Channel – Posts a booking alert to the sales Slack channel with prospect info, meeting time, join URL, and confirmation of all actions taken.

  • Automated reminders

  • Wait — Until 24h Before Meeting – Pauses execution until exactly 24 hours before the scheduled meeting.

  • Gmail — Send 24h Reminder – Sends an HTML reminder email with meeting details, join link, and a pre-call checklist.

  • Wait — Until 1h Before Meeting – Pauses execution until exactly 1 hour before the meeting.

  • Gmail — Send 1h Reminder – Sends a final HTML reminder email with a prominent join button and last-minute tips.

Why use this?

  • Eliminates all manual admin after a Calendly booking by instantly syncing data across HubSpot, Google Sheets, and Google Calendar
  • Auto-creates or updates HubSpot contacts and deals so no lead ever falls through the cracks
  • Gives sales reps a structured ClickUp prep task with a research checklist before every call
  • Keeps prospects engaged and informed with a confirmation email plus automated 24h and 1h reminders
  • Notifies the entire sales team in Slack the moment a new meeting is booked

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 - Update HubSpot Contact

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.3

Block 2 - Create HubSpot Contact

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.3

Block 3 - IF - Contact Exists in HubSpot?

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 4 - HubSpot - Search Contact by Email

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.3

Block 5 - HubSpot Log Note

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.3

Block 6 - Calendly — New Booking

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

Block 7 - Set — Contact ID

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 8 - ClickUp — Create Prep Task

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

Block 9 - Gmail — Send Confirmation

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Block 10 - Slack — Notify Sales Channel

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.2

Block 11 - HubSpot - Create a Deal

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.3

Block 12 - HubSpot — Get Owner ID

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.3

Block 13 - Format Booking Data

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

Block 14 - Google Sheets — Log Booking

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

Block 15 - Google Calendar — Create Rep Event

Type / Role
n8n-nodes-base.googleCalendar - googleCalendar
Config choices
Version 1.3

Block 16 - Wait — Until 24h Before Meeting

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 17 - Gmail — Send 24h Reminder

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Block 18 - Wait — Until 1h Before Meeting

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 19 - Gmail — Send 1h Reminder

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Block 20 - Sticky Note

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

Block 21 - Sticky Note1

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

Block 22 - Sticky Note2

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

Block 23 - Sticky Note3

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

Block 24 - Sticky Note4

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

Showing the first 24 of 27 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Automate Calendly sales meetings with HubSpot, Google, ClickUp and Slack
Complexity advanced
Nodes 27
Categories CRM
Author Avkash Kakdiya
Published 21 May 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/15874/15874.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 Automate Calendly sales meetings with HubSpot, Google, ClickUp and Slack do?

How it works This workflow automatically manages every new Calendly booking from start to finish. When a prospect books a meeting, it captures all details, syncs everything to HubSpot, creates a pr...

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