Resources · Make integration

Appointlet Make integrationAutomate Appointlet with Make.

Every booking in Appointlet can start a workflow on its own. The Appointlet Make integration gives you 2 instant triggers, one for confirmed bookings and one for cancellations. 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 you can automate

What can the Appointlet Make integration do for you?

The Appointlet Make integration listens to your booking page and passes each confirmed or canceled booking to Make, the no-code tool where you build scenarios (a scenario is the chain of steps Make runs for you). Both Appointlet modules are triggers: they start a scenario, and the steps after them come from other apps.

Keep a clean record of every meeting. Watch Confirmed Bookings hands Make each new booking, and the next module writes it wherever your team already works: a spreadsheet, a CRM, a project board. If Airtable is your base, the Airtable Make integration covers that side.

Keep your records honest when someone cancels. Watch Canceled Bookings fires when a booking is canceled, so a scenario can update the same record, warn the host in a chat app, or remove a follow-up task that no longer makes sense.

Alert sales the moment a demo is booked. A confirmed booking can go straight into a message to the rep in charge, so nobody has to refresh a calendar to spot new meetings.

What the integration does not do: it has no action or search modules, so Make cannot create, move or look up bookings in Appointlet. Make's own documentation for Appointlet is also marked as limited. If you already use a similar tool, compare with the Acuity Scheduling Make integration, and read the n8n vs Make comparison if you are still choosing a platform.

Connect

How do you connect Appointlet to Make?

  1. 01

    Add an Appointlet module

    In a new scenario, click the big +, type Appointlet in the search box and pick one of its two triggers. Make then asks which account to use, which is where the connection (your Appointlet account linked to Make once) gets created.

  2. 02

    Create the connection

    Click Create a connection. Giving it a clear name is optional but helps when several people share the workspace. The documentation Make publishes for Appointlet does not spell out the next screen, so follow what appears.

  3. 03

    Authorize and save

    Approve access on the Appointlet page that opens, or paste the key Appointlet gives you if Make asks for one. Click Save. Every Appointlet module in your scenarios will reuse this connection afterward.

First scenario

Your first scenario: log every confirmed booking

GoalWhen a booking is confirmed in Appointlet, Make passes it to the app where your team keeps meeting records.

  1. 01

    Create a scenario

    Open the Scenarios page, create a new scenario and click the + in the middle of the canvas to place the first module.

  2. 02

    Add Watch Confirmed Bookings

    Search for Appointlet, choose Watch Confirmed Bookings and select your connection. This module carries the lightning badge: Appointlet calls Make as soon as a booking is confirmed.

  3. 03

    Add the destination

    Click the + on the right of the trigger and pick the app that stores your records. Map the booking data from the trigger into its fields. Each booking travels as one bundle, meaning one item passed between modules.

  4. 04

    Test with Run once

    Click Run once, then confirm a test booking in Appointlet. Open the bubbles above each module to read the bundle it received and check that the right values landed in the right place.

  5. 05

    Switch it on

    Save the scenario and turn it on. From then on, each confirmed booking runs it, and each module that processes the booking counts as one operation on your Make plan.

Triggers

Which Appointlet triggers start a scenario?

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

Appointlet1Watch Canceled Bookings

Watch Canceled Bookings

Instant trigger

In MakeWatches for canceled bookings.

You no longer have to check Appointlet by hand for cancellations: each canceled booking reaches Make and starts your scenario, so records, reminders and teammates stay in sync with what actually happens.

How it fires
instant. Appointlet calls Make through a webhook as soon as the cancellation happens, so there is no polling interval to set.
When to use it
pair it with a scenario built on Watch Confirmed Bookings, so a meeting logged on confirmation gets marked as canceled or cleaned up later.
Watch out
Appointlet has no action module in Make, so the cleanup happens in the other apps of your scenario, never inside Appointlet itself.
Appointlet2Watch Confirmed Bookings

Watch Confirmed Bookings

Instant trigger

In MakeTriggers when booking is confirmed.

Here you get a new run of your scenario for every meeting someone books and confirms, which makes it the natural entry point for logging meetings, notifying a host or preparing a follow-up in another app.

How it fires
instant. Appointlet calls Make through a webhook as soon as the booking is confirmed, and the lightning badge on the module shows it.
When to use it
any time the useful moment is the new meeting itself, such as a sales demo or a first client call.
Watch out
run a real test booking with Run once before switching on, since Make's documentation does not list the data this trigger returns.
Need help

Need help automating Appointlet with Make?

A person reads every message.

FAQ

Appointlet and Make: frequent questions

01Is the Appointlet Make integration free?
Yes. Appointlet is a standard app in Make, so its two triggers work on the Free plan. That plan allows 2 active scenarios, runs of up to 5 minutes, files up to 5 MB and 512 MB of data transfer. Paid plans (Core, Pro, Teams and Enterprise) remove the limit on active scenarios and allow runs of up to 40 minutes. Make counts usage in operations, one per module per bundle, so each booking that goes through a scenario uses a few of them. The price of Appointlet itself is a separate matter.
02What do you need to connect Appointlet to Make?
An Appointlet account and a Make account are enough, since Make's documentation lists no other prerequisite. You add an Appointlet module, click Create a connection, optionally name it, authorize Make on the Appointlet page or paste the key Appointlet provides, then click Save. The connection is created once and reused by both triggers. Make marks its Appointlet documentation as limited, so if a screen looks different, follow what Make and Appointlet display and run a test booking.
03Does the Appointlet trigger in Make work in real time?
Yes. Both Watch Confirmed Bookings and Watch Canceled Bookings are instant triggers: Appointlet calls Make through a webhook as soon as a booking is confirmed or canceled, and the scenario starts right away. You do not wait for the default schedule of a new scenario, which is every 15 minutes, and you do not set an interval. The scenario still needs to be switched on to receive these calls. You can check it in the editor: the lightning badge on the module marks an instant trigger, where a scheduled one shows a clock.
04What if Make is missing an Appointlet module you need?
It depends on what you need. The integration only has two triggers, and it does not include the generic Make an API Call module, so Make cannot create, edit or search bookings in Appointlet. The practical route is to let the triggers feed other apps, which do the work downstream. If your process really needs to act inside the booking tool, look at another scheduling app available in Make, or ask the team for help designing the workaround.
05Should you use Make or n8n for Appointlet?
It depends on the platform your team already runs. On Make, Appointlet offers two instant triggers, available from the Free plan, and nothing to act on bookings directly. n8n often has a node for the same app, so check its catalog for Appointlet before deciding. Base the choice on which tool already hosts your other automations and on what the modules on each side actually cover, rather than on this single app.