Skip to main content

Automate Calendly to HubSpot: contact updates & meeting logging

Workflow preview

Workflow preview
100%
Automate Calendly to HubSpot: contact updates & meeting logging preview
Open on n8n.io

Important notice

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

1. Workflow Overview

How it works This workflow automatically syncs Calendly meeting bookings into HubSpot CRM by checking if the invitee already exists as a contact. It extracts attendee details, creates or updates co...

Best for

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

Tools used

n8n-nodes-base.calendlytrigger, n8n-nodes-base.hubspot, n8n-nodes-base.if, n8n-nodes-base.stickynote

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 to HubSpot: contact updates & meeting logging
Workflow name
Automate Calendly to HubSpot: contact updates & meeting logging

How it works

This workflow automatically syncs Calendly meeting bookings into HubSpot CRM by checking if the invitee already exists as a contact. It extracts attendee details, creates or updates contacts in HubSpot, and logs the meeting engagement with all relevant information. This ensures that every booked meeting is properly tracked, linked to the right contact, and enriched with context from Calendly.

Step-by-step

1. Trigger & Input

  • Calendly Trigger (Invitee Created) – Fires whenever a new meeting is booked in Calendly.

  • Captures attendee details: name, email, meeting start/end time, and responses to any custom questions.

2. Contact Search

  • Search Contact (HubSpot) – Looks up HubSpot to see if a contact with the invitee’s email already exists.

3. Contact Decision

  • Contact Exists?

  • Yes → Proceeds to log the meeting against the existing HubSpot contact.

  • No → Creates a new contact in HubSpot with the attendee’s name and email.

4. Engagement Logging

  • Log Meeting (Existing Contact) – Creates a HubSpot meeting engagement tied to the existing contact.

  • Create Contact + Log Meeting (New Contact) – If no contact is found, a new one is created, and the meeting is immediately logged against it.

  • Engagement includes: meeting title, start/end times, attendee details, and custom question notes.

Benefits

  • Automated CRM Sync – No more manual data entry between Calendly and HubSpot.

  • Accurate Contact Management – Ensures meetings are always linked to the right person, creating new contacts when needed.

  • Context-Rich Engagements – Logs attendee details and custom question responses for better follow-ups.

  • Seamless Sales Tracking – Keeps HubSpot updated with every meeting for pipeline visibility.

  • Hands-Free Workflow – Runs automatically whenever a Calendly invitee books a meeting.

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 - 📅 Calendly Trigger

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

Block 2 - 🔍 Search Contact (HubSpot)

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

Block 3 - ⚖️ Contact Exists?

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

Block 4 - 📝 Log Meeting (Existing Contact)

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

Block 5 - ➕ Create Contact (HubSpot)

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

Block 6 - 📝 Log Meeting (New Contact)

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

Block 7 - Sticky Note

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

Block 8 - Sticky Note1

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

Block 9 - Sticky Note2

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

Block 10 - Sticky Note3

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

3. Summary Table

Workflow Automate Calendly to HubSpot: contact updates & meeting logging
Complexity intermediate
Nodes 10
Categories CRM
Author Avkash Kakdiya
Published 10 Sept 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/8438/8438.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 to HubSpot: contact updates & meeting logging do?

How it works This workflow automatically syncs Calendly meeting bookings into HubSpot CRM by checking if the invitee already exists as a contact. It extracts attendee details, creates or updates co...

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.