- Home
- Resources
- Integrations
- Calendly
Calendly Make integrationAutomate Calendly with Make.
Your calendar knows who booked. The rest of your tools have no idea. The Calendly Make integration closes that gap with 20 modules, the bricks you drop into a scenario, the automation you build in Make. You test it once, switch it on, and it runs without you.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Calendly Make integration do for you?
Make links your Calendly account to the other apps you work in, then handles everything that happens after a booking. A new meeting, a cancellation, a reschedule: each one can start a chain of steps that fetches the details, tells the right person and files the result where your team looks. You build that chain once in the editor and leave it running.
Three shapes come back over and over. A sales team wants every booked call sitting in the CRM before the rep opens the confirmation email: Watch Events catches the booking, Get an Event returns the full record behind it.
A recruiter running group sessions wants the sign-up list without opening Calendly, and List Event Invitees returns it for one event. A consultant selling a paid hour does not want the booking link forwarded to a whole team, so Create a Single-Use Scheduling Link produces one meant to be used once.
What Make will not do here is invent your availability rules. The doc draws a few hard lines, better to know them now. Updating availability rules replaces every rule already set on that event type, so read the current schedule, change it, then send it back. A date range between Start time and End time cannot exceed 31 days. And the webhook, that call Calendly sends to Make the moment something happens, is not part of free Calendly plans.
The same app usually exists as an n8n node, so the door stays open: the n8n vs Make comparison lays out the criteria, and the Calendly n8n integration page covers the other side. If you would rather hand the build to someone, the Make agency page explains how the team works.
How do you connect Calendly to Make?
- 01
Add a Calendly module
Open a scenario, click the plus, search Calendly by name and pick the module you want. Under the field list, click Create a connection. That connection is your Calendly account linked to Make once, then reused by every Calendly module after it.
- 02
Name the connection
The Connection name field is optional, though a name your teammates recognize saves questions later. Show advanced settings is optional too: you only open it if you bring your own Calendly client credentials, with the redirect URI
https://www.integromat.com/oauth/cb/calendly. - 03
Save and confirm access
Click Save. Calendly opens its authorization window: sign in if you are asked, then confirm access. The window closes and the module can finally read what your account holds.
Your first scenario, step by step
GoalWhen a call is booked in Calendly, Make fetches the event behind it and hands you the details.
- 01
Create the scenario
From the Scenarios page, create a new scenario, then click the plus to place the first module. Search Calendly by name and pick Watch Events: bookings and cancellations are what will start the run.
- 02
Link your account
Click Create a webhook, then Create a connection, and confirm access in the Calendly window. Without that webhook, Calendly has no way to tell Make anything.
- 03
Add the second module
Click the plus on the right of Watch Events and add Get an Event. Fill its field with the event coming out of the trigger, so every run works on the booking that just landed.
- 04
Test with Run once
Click Run once, the button that runs the scenario a single time, then book a test meeting on your own link. Each module shows the bundles it received, one bundle being one item going through, here one booking.
- 05
Schedule it and switch it on
Open the clock on the first module. A new scenario runs every 15 minutes by default, while an instant trigger starts on its own. Flip the switch and leave it alone.
What starts a Calendly scenario?
2 modules start a scenario when something happens in Calendly. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Calendly as soon as it happens.
Watch Events
Instant triggerIn Make“Triggers when an event is created or canceled.”
Watch Events sits on your Calendly account and starts the scenario when an event is created or canceled. The booking moves straight to the next module, ready to be filed, answered or checked.
Watch
triggerIn the docs onlyWatch is the other trigger listed in the Calendly documentation, the one Make goes and queries. No official description comes with it, so treat it as the door you push when you want Make to look for itself instead of waiting for a call.
What Calendly can do inside a scenario
Calendly gives you 18 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
- Cancel an Event
- Create a Single-Use Scheduling Link
- Get an Event
- Get an Event Invitee
- Get an Event Type
- Get an Organization Membership
- Invite a User to Organization
- Make an API Call
- List Event Invitees
- List Events
- List Event Types
- List Organization Memberships
- Event
- Schedule
- Organization
- Availability
- No Show Management
- Other
Cancel an Event
ActionIn Make“Cancels an event.”
Cancel an Event calls off a booking from inside the scenario, without anyone opening Calendly. You hand it the event and it does the rest.
Create a Single-Use Scheduling Link
ActionIn Make“Creates a single-use scheduling link.”
Create a Single-Use Scheduling Link produces a booking link meant to be used one time. You send it to one person and it is spent once they book.
Get an Event
ActionIn Make“Returns information about an event.”
Get an Event returns the record behind one booking, so the rest of the scenario works on the meeting itself rather than on a bare reference.
Get an Event Invitee
ActionIn Make“Returns information about an invitee.”
Get an Event Invitee returns one invitee, the person on the other side of the booking. Handy when your scenario cares about the human rather than the slot.
Get an Event Type
ActionIn Make“Returns information about an event type.”
Get an Event Type returns one of the meeting formats you set up in Calendly: the demo, the intro call, the follow-up.
Get an Organization Membership
ActionIn Make“Returns information about a user's Organization Membership.”
Get an Organization Membership returns what ties one user to your Calendly organization, the membership record itself.
Invite a User to Organization
ActionIn Make“Invites a user to an organization.”
Invite a User to Organization sends the invitation to join your Calendly organization from the scenario, so nobody types it out by hand.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Make an API Call reaches any endpoint of the Calendly API with the connection you already set up. It is the way out when no module covers what you need.
List Event Invitees
SearchIn Make“Returns a list of Invitees for an event.”
List Event Invitees returns the invitees attached to one event, one bundle per person, so the scenario can walk through them.
List Events
SearchIn Make“Returns a list of events.”
List Events brings back the bookings that match what you ask for, instead of waiting for the next one to happen.
List Event Types
SearchIn Make“Returns all event types associated with a specified user.”
List Event Types returns every meeting format tied to one user, each in its own bundle.
List Organization Memberships
SearchIn Make“Return a list of organization memberships”
List Organization Memberships gives you who belongs to the organization, one membership per bundle.
Event
ActionIn the docs onlyEvent shows up in the Calendly documentation without a line of explanation. The name points at the booking object, and the module list comes flat, so the honest answer is to open it in the editor and look at the fields it asks for.
Schedule
ActionIn the docs onlySchedule is another module the documentation lists with no explanation. Going by the name alone, it looks toward the hours you open for booking rather than toward a single meeting.
Organization
ActionIn the docs onlyOrganization carries the name of the workspace and little else, since the documentation does not develop it. The two membership modules above are documented, this one is not.
Availability
ActionIn the docs onlyAvailability comes without a description as well. Its name lands on the hours you make bookable, the part of Calendly people notice fastest when it goes wrong.
No Show Management
ActionIn the docs onlyNo Show Management is the module named after the invitee who never turned up. The documentation stops at the name, so what it changes on the booking has to be seen in the editor.
Other
ActionIn the docs onlyOther closes the Calendly list, with no description behind it. When a module has no documented job, Make an API Call stays clearer, because at least the Calendly developer documentation describes what you are calling.
Need help automating Calendly with Make?
A person reads every message.
Questions that come up next
01Is the Calendly Make integration free?
02What do you need to connect Calendly to Make?
03Does the Calendly trigger react in real time?
04What if a Calendly module is missing or a limit gets in the way?
05Make or n8n for Calendly?
Get our weekly automation tips.
No spam. Unsubscribe anytime.