Block 1 - 📅 Calendly Trigger
- Type / Role
- n8n-nodes-base.calendlyTrigger - calendlyTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
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...
n8n-nodes-base.calendlytrigger, n8n-nodes-base.hubspot, n8n-nodes-base.if, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Avkash Kakdiya.
Original n8n.io sourceThis 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.
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
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.
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.
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.
| Workflow | Automate Calendly to HubSpot: contact updates & meeting logging |
|---|---|
| Complexity | intermediate |
| Nodes | 10 |
| Categories | CRM |
| Author | Avkash Kakdiya |
| Published | 10 Sept 2025 |
Use the JSON export at /data/workflows/8438/8438.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
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...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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.