Resources · Make integration

10to8 Make integrationAutomate 10to8 with Make.

Can a booking request land in 10to8 without anyone typing it in? The 10to8 Make integration gives you 2 action modules: one books an appointment, the other calls any endpoint of the 10to8 API. This guide is for teams that take bookings and want them created by a scenario, step by step.

Verified Trustpilot reviews · AI, automation & growth agency

What you can automate

What can the 10to8 Make integration do for you?

The 10to8 Make integration links your 10to8 account to Make so that appointments get booked by an automation instead of by hand. In Make, that automation is called a scenario: a chain of modules, each one a single brick such as an action in one app. 10to8 brings two of those bricks, and both are actions.

Bookings that come straight from a form. A clinic or a coaching practice collects requests through an online form. The scenario starts on that form's trigger, then the Book an Appointment module reserves an available time in 10to8. The form tool is a separate app with its own module, like the ones described on the 123FormBuilder Make integration page.

Appointments driven by a chat or a call. A sales rep agrees on a slot during a conversation, and the tool that logs that conversation hands the details to Make. Book an Appointment turns them into a real booking, with no copy and paste between two tabs.

Anything the listed modules skip. Make an API Call reaches any endpoint of the 10to8 API with the same connection, which is how you cover a need that Book an Appointment does not.

What Make does not give you here: 10to8 has no trigger in Make, so nothing starts a scenario from inside 10to8. The start comes from another app or from the scenario's schedule. If you are still choosing a platform, the n8n vs Make comparison sets out the criteria, and Make training walks through the editor from the first module.

Connect

How do you connect 10to8 to Make?

  1. 01

    Add a 10to8 module

    Sign in to Make, open your scenario and add a 10to8 module. Click Create a connection. A connection is your 10to8 account linked to Make once, then reused by every 10to8 module you add later.

  2. 02

    Name the connection

    The Connection name field is optional. Filling it still pays off when a team shares one Make account, because a clear name tells everyone which 10to8 organisation the scenario writes to.

  3. 03

    Paste your API key

    In 10to8, open the Enterprise API Key Manager from the main menu, create or reveal the API key for your organisation, and copy it. Back in Make, paste it where the dialog asks and confirm.

First scenario

Your first scenario with 10to8

GoalWhen a request arrives in another app, Make books the appointment in 10to8.

  1. 01

    Create the scenario

    From the Scenarios page, create a new scenario and click the + to add the first module. Since 10to8 has no trigger, pick the trigger of the app where requests arrive, such as your form tool.

  2. 02

    Add Book an Appointment

    Click the + on the right of that first module, search for 10to8 and choose Book an Appointment. Select the connection you created, or click Create a connection if this is your first time.

  3. 03

    Map the request

    Fill the module fields with data from the first module. Once the connection exists, Make lists what it can read from 10to8, so you pick values instead of typing them from memory.

  4. 04

    Test with Run once

    Send one test request, then click Run once. Make runs the scenario a single time and shows the bundles each module received: a bundle is one item passed along, here one request.

  5. 05

    Schedule and switch it on

    Open the clock on the first module to set Scheduling. A new scenario checks every 15 minutes by default. Keep that or adjust it, then switch the scenario on.

Modules

What the 10to8 modules do

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

10to81

Book an Appointment

Action

In Make“Bookins available times for appointments.”

This module reserves one of the available times in 10to8, so a request that arrived elsewhere becomes a confirmed booking on your calendar. Each run on one bundle counts as one operation on your Make plan.

When to use it
a lead fills in a form or agrees on a slot in a chat, and you want the appointment to exist in 10to8 without retyping it.
Watch out
the module books on available times only, so test with Run once on a slot you know is free.
10to82

Make an API Call

Action

In Make“Performs an arbitrary authorized API call.”

Here you reach any endpoint of the 10to8 API from your scenario, reusing the connection you already set up. It fills the gaps left by Book an Appointment, which is the only other 10to8 module in Make.

When to use it
your process needs a 10to8 action that no listed module offers.
Watch out
Make does not describe the 10to8 endpoints for you, so check the 10to8 API documentation before you build the request.
Need help

Need help automating 10to8 with Make?

A person reads every message.

FAQ

10to8 and Make: common questions

01Is the 10to8 Make integration free?
Yes, on the Make side. 10to8 is a standard app, so it works on the Free plan. That plan allows 2 active scenarios, runs scheduled scenarios at most every 15 minutes, stops an execution after 5 minutes, handles files up to 5 MB and includes 512 MB of data transfer. Paid plans (Core, Pro, Teams and Enterprise) lower the interval to 1 minute and remove the cap on active scenarios. You still need your own 10to8 subscription, which is priced by 10to8, not by Make.
02What do you need to connect 10to8 to Make?
An active 10to8 account and its API key. In 10to8, open the Enterprise API Key Manager from the main menu, create or reveal the key for your organisation and copy it. In Make, add any 10to8 module, click Create a connection, give it a name if you like, and paste the key. The connection is then reused by both 10to8 modules, so you only do this once per account. If the key is missing, check the account status in 10to8 first.
03Can 10to8 start a Make scenario in real time?
No. 10to8 has no trigger module in Make, neither scheduled nor instant, so no event inside 10to8 can start a scenario. The scenario starts somewhere else: on the trigger of another app, such as a form or a CRM, or on the schedule you set on the first module, every 15 minutes by default. If that other app offers an instant trigger, it calls Make through a webhook as soon as something happens, and the 10to8 booking follows in the same run.
04What if the 10to8 module you need does not exist in Make?
Use Make an API Call. It sends a request to any endpoint of the 10to8 API with the connection you already created, which covers what Book an Appointment does not. Plan a little more setup, because you build the request yourself instead of filling a ready form. The 10to8 documentation in Make is marked as AI-generated from the vendor's own documentation, so verify endpoint details with 10to8 before you rely on them.
05Should you use Make or n8n for 10to8?
It depends on where the rest of your automations live. In Make, 10to8 offers 2 modules: Book an Appointment and Make an API Call, on every plan including Free. Before choosing n8n, check whether it has a 10to8 node and what that node covers, then compare it with those two modules. Keeping all your scenarios on one platform also means one set of connections to maintain, which matters more than the tool itself for a small team.