- Home
- Resources
- Integrations
- Tidycal
Tidycal Make integrationAutomate Tidycal with Make.
Every Tidycal booking can start work in your other tools. The Tidycal Make integration gives you 3 triggers and one API call module. This guide shows how to link your account, build a first scenario and pick the right trigger.
Verified Trustpilot reviews · AI, automation & growth agency
What does the Tidycal Make integration let you automate?
The Tidycal Make integration links your Tidycal account to Make so that bookings and contacts can feed other apps without code. In Make you build a scenario, the automation itself, from modules: each module is one brick, such as a trigger that watches Tidycal or an action that sends data somewhere else.
A booking log that fills itself. Watch New Booking picks up each fresh appointment, and the next module writes it into the sheet or CRM your team already uses. Nobody copies calendar details by hand anymore.
A clean follow-up when someone cancels. Watch Booking Canceled notices the cancellation, so your scenario can update the deal, warn the account owner or send a new booking link through another app.
A contact list that stays in sync. Watch New Contact sends every person Tidycal records to your mailing tool, ready for the right sequence.
Keep the limits in mind: all three Tidycal triggers are scheduled, which means Make checks for news on the scenario's schedule rather than hearing about it the moment it happens. Tidycal has no dedicated action for creating or editing bookings in Make; the Make an API Call module is the route when you need an endpoint the triggers do not cover. If you are still weighing tools, the n8n vs Make comparison lays out both options, and the Make review covers the platform as a whole. Running several scheduling tools? The Acuity Scheduling Make integration follows the same logic.
How do you connect Tidycal to Make?
- 01
Add a Tidycal module
Log in to Make, open your scenario and add any Tidycal module, for example Watch New Booking. In the module panel, click Create a connection. A connection is your Tidycal account linked to Make once, then reused by every Tidycal module.
- 02
Name it and save
The Connection name field is optional, but a clear label helps when several people share the workspace. You only open Show advanced settings if you use your own Tidycal app credentials. Then click Save.
- 03
Approve access in Tidycal
If Tidycal asks you to sign in, log in with the account that owns the bookings and confirm access. Back in Make, the connection appears in the module and the fields can be filled.
Your first scenario: act on each new Tidycal booking through the API
GoalWhen someone books a slot in Tidycal, Make sends a request of your choice to the Tidycal API with that booking.
- 01
Create the scenario
On the Scenarios page, create a new scenario and click the large + in the middle of the editor. This first module is the one that starts everything.
- 02
Pick Watch New Booking
Search for Tidycal, choose Watch New Booking and select the connection you made earlier, or click Create a connection if this is your first Tidycal module.
- 03
Add Make an API Call
Click the + on the right of Watch New Booking and add Make an API Call, which reuses the same connection. Pick the endpoint in the Tidycal API documentation and map the booking data into the request.
- 04
Test with Run once
Click Run once. Make runs the scenario one time and shows the bundles each module received; a bundle is one item passed along, here one booking.
- 05
Schedule and switch on
Open the clock on the first module to set the schedule, every 15 minutes by default, then switch the scenario on. New bookings now reach the API without you.
Tidycal triggers in Make
3 modules start a scenario when something happens in Tidycal. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Tidycal as soon as it happens.
Watch New Booking
Scheduled triggerIn Make“Triggers when a new booking is created.”
Watch New Booking hands your scenario each appointment that has just been booked in Tidycal, one bundle per booking, so the rest of the flow can record it, notify someone or prepare the meeting.
Watch Booking Canceled
Scheduled triggerIn Make“Triggers when an existing booking is canceled.”
With Watch Booking Canceled, your scenario learns that an existing Tidycal booking was called off and receives it as a bundle, which lets you undo or adjust what the original booking set in motion.
Watch New Contact
Scheduled triggerIn Make“Triggers when a new contact is created.”
You get every person newly added to your Tidycal contacts delivered to the scenario, one contact per bundle, ready to land in a CRM, a newsletter tool or a shared sheet.
What else can Make do with Tidycal?
Tidycal gives you 1 module. For each one: what it does for you, when to reach for it, and what to watch out for.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Make an API Call lets you reach any endpoint of the Tidycal API from your scenario, using the same connection as the triggers, which covers the jobs the three listed modules leave out.
Need help automating Tidycal with Make?
A person reads every message.