Resources · Make integration

YouCanBook.me Make integrationAutomate YouCanBook.me with Make.

Every booking on your YouCanBook.me page can start a chain of work without you touching it. The YouCanBook.me Make integration gives you 12 modules: 2 triggers, 8 actions and 2 searches. This guide connects your account, builds a first scenario and explains when each module is the right pick.

Verified Trustpilot reviews · AI, automation & growth agency

What you can automate

What can the YouCanBook.me Make integration do for you?

The YouCanBook.me Make integration links your booking pages to the other tools you use, without writing code. In Make you build a scenario, which is the automation itself: a chain of modules, each one a single brick that watches, reads or changes something in an app. YouCanBook.me brings 12 of those bricks for bookings and profiles.

Hand every new appointment to the rest of your stack. Watch Bookings picks up bookings that are created, rescheduled or cancelled in the profile you choose. From there, the next module can post a message to your team, add a line to a spreadsheet or update a deal in your CRM, so nobody has to copy details from the calendar by hand.

Book people in from somewhere else. When a lead fills in a form in another app, Create a Booking can put the appointment straight into a YouCanBook.me profile. Your sales rep no longer retypes anything to turn a qualified request into a slot.

Keep your booking pages tidy. Create a Profile, Update a Profile and Delete a Profile manage the booking pages themselves, and List Profiles gives you an overview of all of them. It helps when an agency runs one page per consultant and staff changes often.

What the listed modules do not cover can still be reached with Make an API Call, which uses the same connection. If you weigh another tool, read our n8n vs Make comparison, and check Make pricing before you count operations. If your client follow-up lives in a database, look at the Airtable Make integration.

Connect

How do you connect YouCanBook.me to Make?

  1. 01

    Generate your API key in YouCanBook.me

    In YouCanBook.me, open My Account, then Security, and find the Authentication and API section. Click Generate your API key, reveal it with the eye icon and copy it. You need an active YouCanBook.me account for this.

  2. 02

    Add a YouCanBook.me module in Make

    In your scenario, add any YouCanBook.me module and click Create a connection. A connection is your YouCanBook.me account linked to Make once, then reused by every YouCanBook.me module you add later.

  3. 03

    Paste the key and save

    Give the connection a name in Connection name if you like, for example the account it belongs to. Paste the API key you copied, then follow the instructions on screen to finish. The module can now read your profiles.

First scenario

Build your first YouCanBook.me scenario

GoalWhen a qualified lead comes in through another app, Make creates the matching booking in YouCanBook.me.

  1. 01

    Create the scenario

    Open the Scenarios page, create a new scenario and click the + to add the first module. Pick the app where your leads arrive, such as your form tool or CRM, and set its trigger.

  2. 02

    Add Create a Booking

    Click the + on the right of that first module, search for YouCanBook.me and choose Create a Booking. Click Create a connection and paste your API key if this is your first module from the app.

  3. 03

    Choose the profile and map the lead

    Once the connection works, Make lists the profiles it can read, so you just pick the booking page the appointment belongs to. Then map the lead's details from the first module into the booking fields.

  4. 04

    Test with Run once

    Click Run once and send a test lead. Each module shows the bundles it received, a bundle being one item passed along, here one lead and then one booking. Check the new booking in YouCanBook.me.

  5. 05

    Schedule and switch it on

    Set the schedule on the first module, every 15 minutes by default, and turn the scenario on. From then on, each run counts operations, one per module per bundle, against your plan.

Triggers

What can start a YouCanBook.me scenario?

2 modules start a scenario when something happens in YouCanBook.me. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by YouCanBook.me as soon as it happens.

YouCanBook.me1Watch Bookings

Watch Bookings

Scheduled trigger

In MakeTriggers when a new booking is created, rescheduled, or cancelled in a specific profile.

Watch Bookings gives your scenario every booking change in one profile: a new appointment, a rescheduled one or a cancellation. Each change arrives as its own bundle, ready to be sent to your CRM, a spreadsheet or a team channel.

How it fires
scheduled. Make checks YouCanBook.me on the scenario's schedule, every 15 minutes by default, so a booking shows up at the next check rather than the second it is made.
When to use it
as the start of any flow that reacts to appointments, like alerting a consultant when a client moves a call.
Watch out
it covers the one profile you select, so a team with several booking pages needs one trigger per profile.
YouCanBook.me2Watch Profiles

Watch Profiles

Scheduled trigger

In MakeTriggers when a new profile is created or updated.

Watch Profiles tells your scenario when a booking page is added or edited in your YouCanBook.me account. It is the trigger for admin work around the pages themselves, not for the appointments taken on them.

How it fires
scheduled. Make checks the account on the scenario's schedule, which is every 15 minutes unless you change it, and picks up the profiles created or updated since the last check.
When to use it
to log each new or changed profile in a shared sheet, so a manager can see which consultants have a page.
Watch out
a new profile and an edited one both start the scenario, so add a filter if you only care about one case.
Modules

What can YouCanBook.me do inside a scenario?

YouCanBook.me gives you 10 modules. For each one: what it does for you, when to reach for it, and what to watch out for.

YouCanBook.me1

Create a Booking

Action

In MakeCreates a new booking in a specific profile.

Create a Booking puts an appointment into a chosen profile from data that lives elsewhere, so a slot can be reserved without anyone opening the booking page.

When to use it
when a request that qualifies in your CRM or a form should turn straight into a booking.
Watch out
run it once with test data first, because each run creates a real appointment in that profile.
YouCanBook.me2

Create a Profile

Action

In MakeCreates a new profile.

Create a Profile opens a new booking page in your account from a scenario. You get a fresh page for a person or a service without going through the YouCanBook.me settings by hand.

When to use it
when a new consultant joins and their onboarding record in another tool should come with a booking page ready to share.
YouCanBook.me3

Delete a Booking

Action

In MakeDeletes a booking.

Delete a Booking removes an appointment from a profile. It keeps your calendar clean when the source of truth for a meeting sits in another tool.

When to use it
when a deal is marked lost in your CRM and the follow-up call it had booked no longer makes sense.
Watch out
it acts on real appointments, so test on a booking you created for the purpose.
YouCanBook.me4

Delete a Profile

Action

In MakeDeletes a profile.

Delete a Profile takes a booking page out of your account, which stops people from reserving slots with someone who has left or a service you dropped.

When to use it
at the end of an offboarding flow, after the person's record is closed in your HR or team tool.
Watch out
the app has no module to restore a profile, so treat it as final and check the profile ID before switching the scenario on.
YouCanBook.me5

Get a Booking

Action

In MakeGets information of a booking in a specific profile by ID.

Get a Booking fetches the full details of one appointment when you already know its ID. You get fresh information about that booking instead of relying on a copy saved earlier.

When to use it
when another tool stored the booking ID and a later step, like a reminder or an invoice, needs the current state of that appointment.
YouCanBook.me6

Get a Profile

Action

In MakeGets information of a profile by ID.

Get a Profile reads one booking page by its ID and passes its information to the next module. It is a lookup, it changes nothing.

When to use it
when a scenario holds a profile ID and needs the page's details before writing them into a directory, a sheet or a message to the team.
Watch out
you need the ID; if you only know roughly which page, start with List Profiles.
YouCanBook.me7

Make an API Call

Action

In MakePerforms an arbitrary authorized API call.

Make an API Call reaches any endpoint of the YouCanBook.me API with the connection you already set up. It is your way out when none of the other eleven modules fits.

When to use it
when a task sits outside bookings and profiles as the ready-made modules handle them.
Watch out
you describe the request yourself, so keep the YouCanBook.me API documentation open while you build it.
YouCanBook.me8

Update a Profile

Action

In MakeUpdates an existing profile.

Update a Profile changes an existing booking page from a scenario, so the page stays in line with what another tool says about that person or service.

When to use it
when a consultant's details change in your team directory and their booking page should follow without a second edit.
Watch out
pair it with Watch Profiles carefully, since each update can start that trigger again.
YouCanBook.me9

List Bookings

Search

In MakeRetireves a list of all bookings in a specific profile.

List Bookings returns all the appointments of one profile, each as its own bundle, so the modules that follow handle them one by one.

When to use it
when you want a full picture of a page's bookings, for instance to rebuild a report or check a sheet against the calendar.
Watch out
a search can return zero, one or many bundles, and every module after it runs once per bundle, which adds operations.
YouCanBook.me10

List Profiles

Search

In MakeRetrieves a list of all profiles.

List Profiles hands your scenario every booking page in the account, one bundle per page. It is the easy way to loop over your whole team or all your services.

When to use it
before List Bookings, to go through each profile's appointments in turn, or to audit which pages still exist.
Watch out
the result can be empty, so add a filter or router if the next step expects at least one profile.
Need help

Need help automating YouCanBook.me with Make?

A person reads every message.

FAQ

YouCanBook.me Make integration: common questions

01Is the YouCanBook.me Make integration free?
Yes on the Make side. YouCanBook.me is a standard app, available from the Free plan. That plan gives you 2 active scenarios, a scheduled run no more often than every 15 minutes, runs of up to 5 minutes, files up to 5 MB and 512 MB of data transfer. Paid plans (Core, Pro, Teams and Enterprise) bring the interval down to 1 minute, remove the cap on active scenarios and count usage in credits each month. You still need an active YouCanBook.me account; its own subscription is set on the YouCanBook.me pricing page.
02What do you need to connect YouCanBook.me to Make?
An active YouCanBook.me account and an API key. You generate the key in your YouCanBook.me account settings, under Security, in the Authentication and API section, with the Generate your API key button, and reveal it with the eye icon. In Make, add a YouCanBook.me module, click Create a connection, optionally name it, and paste the key. That single connection then serves all 12 modules, so you only do this once per account.
03Does the YouCanBook.me trigger in Make work in real time?
No. Both triggers, Watch Bookings and Watch Profiles, are scheduled: Make checks YouCanBook.me on the scenario's schedule instead of being called the moment something changes. A new scenario checks every 15 minutes by default, which is also the shortest interval on the Free plan. Paid plans let you go down to 1 minute. So a booking made just after a check appears at the next one, which is fine for follow-ups, CRM updates and team alerts.
04What if the YouCanBook.me module you need is missing in Make?
Use Make an API Call. It is part of the YouCanBook.me app in Make and lets you call any endpoint of the YouCanBook.me API with the connection you already have, so there is no second login to set up. The 12 ready-made modules cover bookings and profiles: watching, creating, reading, listing, updating profiles and deleting. Anything beyond that goes through the API call, where you write the request yourself with the vendor's documentation at hand.
05Should you use Make or n8n for YouCanBook.me?
It depends on what the check shows. On the Make side the facts are clear: 12 modules for YouCanBook.me, 2 of them scheduled triggers, an API call module for the rest, and access from the Free plan. The same app often has an n8n node too, so compare the two catalogs for the exact bookings and profiles actions your flow needs. Pick the tool whose modules match your scenario with the fewest workarounds, and the one your team will actually maintain.