Resources · Make integration

Channex Make integrationAutomate Channex with Make.

A booking lands, a guest writes, a review goes live: what happens next? The Channex Make integration gives you 28 modules, 23 of them triggers, to react to those events without code. This guide connects your account and walks you through a first working scenario.

Verified Trustpilot reviews · AI, automation & growth agency

What you can automate

What can the Channex Make integration do?

The Channex Make integration links your Channex account to Make, a tool where you build a scenario: an automation made of modules, each one a single brick such as a trigger or an action. Channex tells Make when a booking, message, review or sync problem appears, and Make carries the details to the rest of your tools.

Catch sync trouble before a guest does. Pair Watch Sync Error or Watch Rate Error with a message to your ops channel, so the person in charge of rates sees the problem as soon as Channex reports it.

Keep the guest conversation moving. Watch New Message hands each incoming message to your scenario; Reply to a Message sends an answer back through Channex. For Airbnb, Watch Airbnb Inquiry and Watch Reservation Request add the requests that arrive before a stay is confirmed.

Answer reviews without logging in. Watch New Review brings each fresh property review to Make, and Respond to a Review posts your reply. That flow is the first scenario built below.

What the integration does not do: it has no search module, so a scenario cannot look up an older booking by itself. Make an API Call covers the rest of the Channex API with the same connection. If you are weighing tools, the n8n vs Make comparison lays out the criteria, Make training teaches the editor step by step, and Make troubleshooting helps when a run fails.

Connect

How do you connect Channex to Make?

  1. 01

    Create an API key in Channex

    In Channex, open your user profile, go to API Keys and click Create new API Key. Give it a name, decide whether it reaches all properties or only some, click Create, then copy the key shown in the window.

  2. 02

    Add a Channex module in Make

    In your scenario, add any Channex module and click Create a connection. A connection is your Channex account linked to Make once, then reused by every Channex module. The Connection name field is optional but helps when you run several accounts.

  3. 03

    Paste the key and save

    Paste the API key you copied and confirm. For an instant module (the lightning badge), Make first asks you to click Create a webhook, then Create a connection: the webhook is the address Channex calls when an event happens.

First scenario

Your first scenario: answer every new Channex review

GoalWhen a guest review arrives in Channex, Make posts your response to it.

  1. 01

    Create the scenario

    On the Scenarios page, create a new scenario and click the big +. Search for Channex and pick Watch New Review as the first module.

  2. 02

    Link the account and the webhook

    Because the trigger is instant, click Create a webhook, then Create a connection and paste your API key. From now on, Channex calls Make each time a property review is created.

  3. 03

    Add the response

    Click the + on the right of the trigger and add Respond to a Review. Map the review from the first module, then write your response text, mixing fixed words with details carried by the review.

  4. 04

    Test with Run once

    Click Run once, then let a review reach Channex. Open each module to read the bundle it received, one bundle being one item passed along, here one review, and check the response went out as written.

  5. 05

    Switch it on

    Save and turn the scenario on. An instant trigger waits for Channex to call, so the default 15 minute schedule of a new scenario does not slow it down.

Triggers

Which Channex events can start a scenario?

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

Channex1Watch Accepted Reservation

Watch Accepted Reservation

Instant trigger

In Make“Triggers when a reservation is accepted.”

Starts your scenario the moment a reservation is accepted, so the follow-up tasks begin without anyone copying details by hand.

How it fires
instant, Channex calls Make through a webhook as soon as it happens.
When to use it
send the confirmed stay to your cleaning planner, your accounting sheet or a welcome message flow once the host says yes to a request.
Watch out
an accepted reservation and a new booking are separate events in Channex, so decide which one your process really waits for before you build on it.
Channex2Watch Airbnb Inquiry

Watch Airbnb Inquiry

Instant trigger

In Make“Triggers when a new inquiry is created. Only for Airbnb”

Gives your team a heads-up whenever a guest opens a new inquiry, before any stay is locked in, so questions get answered while the guest is still deciding.

How it fires
instant, Channex calls Make through a webhook as soon as it happens.
When to use it
route every fresh question to a shared inbox or a chat channel so someone replies quickly.
Watch out
this module only covers Airbnb; inquiries from other channels will not start it, so plan a separate path if you sell elsewhere.
Channex3Watch Alteration Request

Watch Alteration Request

Instant trigger

In Make“Triggers when a alteration request is created. Only for Airbnb.”

Flags a guest asking to change an existing stay, which lets you check dates and price before replying rather than finding out later.

How it fires
instant, Channex calls Make through a webhook as soon as it happens.
When to use it
push the request to the person who owns the calendar, with the booking details attached, so the answer is based on real availability.
Watch out
it is limited to Airbnb. Changes that come through Booking.com or Expedia need another trigger, such as Watch Modified Booking.
Channex4Watch ARI Changes

Watch ARI Changes

Instant trigger

In Make“Triggers when an ARI changes have happened.”

Tells Make whenever ARI changes happen in Channex, which gives you a running record of what moved on your ARI data and when.

How it fires
instant, Channex calls Make through a webhook as soon as it happens.
When to use it
log each change in a spreadsheet or database when several people edit the same property and you need to know what changed.
Watch out
a busy property can produce many of these events, and every run costs operations, the unit Make counts on your plan. Add a filter early.
Channex5Watch Booking

Watch Booking

Instant trigger

In Make“Triggers when a booking revision is created (new, modified or cancelled).”

Catches every booking revision in one place: new, modified or cancelled. One trigger feeds the whole life of a booking into your scenario.

How it fires
instant, Channex calls Make through a webhook as soon as it happens.
When to use it
keep an external sheet or tool in step with Channex when you want a single scenario rather than three.
Watch out
since all three kinds arrive together, add a router or filter after it so a cancellation does not follow the path meant for a new booking.
Channex6Watch Booking Unmapped Rate

Watch Booking Unmapped Rate

Instant trigger

In Make“Triggers when a booking is created or modified with unmapped rate.”

Raises a flag when a booking is created or modified with a rate that is not mapped, the kind of gap that quietly breaks reporting and pricing.

How it fires
instant, Channex calls Make through a webhook as soon as it happens.
When to use it
alert the revenue or setup person with the booking details so they fix the mapping in Channex before more bookings come in the same way.
Watch out
the scenario can only warn; the mapping itself is fixed inside Channex.
Channex7Watch Booking Unmapped Room

Watch Booking Unmapped Room

Instant trigger

In Make“Triggers when a booking is created or modified with unmapped room.”

Spots bookings created or modified against a room that is not mapped, so a guest does not end up attached to nothing in your setup.

How it fires
instant, Channex calls Make through a webhook as soon as it happens.
When to use it
open a task for whoever maintains the room list, with the booking reference, whenever a new channel or listing has just been added.
Watch out
treat it as a separate alert from the unmapped rate trigger; one booking can raise either problem, and each needs a different fix.
Channex8Watch Cancelled Booking

Watch Cancelled Booking

Instant trigger

In Make“Triggers when a booking is cancelled.”

Reacts only to cancellations, which keeps a clean-up scenario short: no filtering out new or modified bookings along the way.

How it fires
instant, Channex calls Make through a webhook as soon as it happens.
When to use it
free the cleaning slot, remove the stay from your shared calendar and tell the host, all from the same cancellation.
Watch out
if another scenario already listens to Watch Booking, you may process the same cancellation twice. Pick one source for cancellations.
Channex9Watch Declined Reservation

Watch Declined Reservation

Instant trigger

In Make“Triggers when a reservation is declined.”

Records every reservation that gets declined, useful when you want to understand why requests do not turn into stays.

How it fires
instant, Channex calls Make through a webhook as soon as it happens.
When to use it
add a line to a tracking sheet each time a request is turned down, then review the pattern with your team.
Watch out
it mirrors Watch Accepted Reservation. If you need both outcomes, two small scenarios are easier to read than one tangled one.
Channex10Watch Disconnect Channel

Watch Disconnect Channel

Instant trigger

In Make“Triggers when a channel is disconnected by system.”

Warns you when the system disconnects a channel, the event most likely to stop bookings from flowing without anyone noticing.

How it fires
instant, Channex calls Make through a webhook as soon as it happens.
When to use it
send an urgent message to the person who manages channels, by email or chat, so they reconnect before inventory drifts.
Watch out
it covers disconnections made by the system; a listing that drops is a different event, handled by Watch Disconnect Listing.
Channex11Watch Disconnect Listing

Watch Disconnect Listing

Instant trigger

In Make“Triggers when a listing is disconnected.”

Fires when a single listing is disconnected, a narrower signal than a whole channel going down but just as costly if ignored.

How it fires
instant, Channex calls Make through a webhook as soon as it happens.
When to use it
for hosts with many listings on one channel, create a ticket naming the listing so the right person checks it.
Watch out
pair it with Watch Disconnect Channel if you want full coverage; each one only reports its own level.
Channex12Watch Modified Booking

Watch Modified Booking

Instant trigger

In Make“Triggers when a booking is modified.”

Hands Make the booking each time it is modified, so the dates, guests or details downstream always match what Channex holds.

How it fires
instant, Channex calls Make through a webhook as soon as it happens.
When to use it
update the matching row in your planning sheet or housekeeping tool when a guest shifts their stay.
Watch out
the module that receives the change must find the existing record first; without a stable reference, you end up with a duplicate instead of an update.
Channex13Watch New Booking

Watch New Booking

Instant trigger

In Make“Triggers when a new booking is created.”

Opens a scenario for each booking that is newly created, the natural starting point for most property workflows.

How it fires
instant, Channex calls Make through a webhook as soon as it happens.
When to use it
add the guest to your CRM, book the cleaning and post a note in the team channel as soon as the stay exists.
Watch out
it ignores later changes and cancellations. If the scenario must stay accurate over time, add Watch Modified Booking and Watch Cancelled Booking or use Watch Booking.
Channex14Watch New Channel

Watch New Channel

Instant trigger

In Make“Triggers when a new channel is created.”

Lets you know that a new channel has been created in Channex, handy when several people can set up connections to booking sites.

How it fires
instant, Channex calls Make through a webhook as soon as it happens.
When to use it
start an onboarding checklist for the channel, rooms and rates to map, so nothing goes live half configured.
Watch out
a new channel is often followed by unmapped room or rate alerts; plan those scenarios together.
Channex15Watch New Message

Watch New Message

Instant trigger

In Make“Triggers when a new message is created.”

Brings every new message into Make, so guest questions reach the tool your team already watches instead of waiting in Channex.

How it fires
instant, Channex calls Make through a webhook as soon as it happens.
When to use it
forward messages to a shared chat channel, or tag them by property before a person answers.
Watch out
if the same scenario replies with Reply to a Message, check with Run once whether your own reply comes back as a new message; if it does, filter it out or the scenario answers itself.
Channex16Watch New Review

Watch New Review

Instant trigger

In Make“Triggers when a new property review is created.”

Sends each new property review to your scenario, which makes it easy to answer quickly or share good feedback with the team.

How it fires
instant, Channex calls Make through a webhook as soon as it happens.
When to use it
post reviews to a team channel, or chain Respond to a Review for a first reply, as in the scenario above.
Watch out
a review can change later; Watch Updated Review catches that, this module does not.
Channex17Watch Non Acked Booking

Watch Non Acked Booking

Instant trigger

In Make“Triggers when a booking was not acked.”

Surfaces bookings that were not acknowledged (acked), the ones at risk of slipping through if nobody confirms receipt.

How it fires
instant, Channex calls Make through a webhook as soon as it happens.
When to use it
page the person on duty with the booking reference, so they check the reservation in Channex and on the channel before the guest arrives.
Watch out
treat it as an alarm, not a data feed; routing it into the same sheet as regular bookings hides exactly the problem it exists to show.
Channex18Watch Rate Error

Watch Rate Error

Instant trigger

In Make“Triggers when a rate error is happened.”

Reports a rate error as it happens, so a wrong or rejected price does not sit on a channel for long.

How it fires
instant, Channex calls Make through a webhook as soon as it happens.
When to use it
notify whoever sets prices, with the property and the error, so they correct it in Channex right away.
Watch out
send the alert to one named owner rather than a whole channel, so the fix does not wait for someone to claim it.
Channex19Watch Reservation Request

Watch Reservation Request

Instant trigger

In Make“Triggers when a reservation request is created. Only for Airbnb.”

Tells you a guest has sent a reservation request, the step where a host still has to accept or decline.

How it fires
instant, Channex calls Make through a webhook as soon as it happens.
When to use it
ping the host with the request details so the decision happens while the guest is still waiting on the page.
Watch out
Airbnb only. Combine it with Watch Accepted Reservation and Watch Declined Reservation to follow each request to its outcome.
Channex20Watch Sync Error

Watch Sync Error

Instant trigger

In Make“Triggers when a sync error has happened.”

Signals a sync error between Channex and a channel, the early warning that prices or availability may not have reached the site.

How it fires
instant, Channex calls Make through a webhook as soon as it happens.
When to use it
open an incident in your ticket tool or send a chat alert, so someone investigates while the guest side still looks normal.
Watch out
Make only relays the error; for common causes of failed runs on the Make side, keep the troubleshooting guide at hand.
Channex21Watch Updated Channel

Watch Updated Channel

Instant trigger

In Make“Triggers when a channel is updated.”

Keeps a trail of every channel update, so a change to settings never happens silently.

How it fires
instant, Channex calls Make through a webhook as soon as it happens.
When to use it
write each update to a log sheet when several team members or partners have access to channel settings.
Watch out
a log is only useful if someone reads it; send a short summary to one owner rather than an alert per update.
Channex22Watch Updated Review

Watch Updated Review

Instant trigger

In Make“Triggers when a property review is updated.”

Picks up property reviews that change after they were first posted, so your records and replies reflect the latest version.

How it fires
instant, Channex calls Make through a webhook as soon as it happens.
When to use it
refresh the review in your reporting sheet, or warn the manager when a guest edits their feedback.
Watch out
do not chain an automatic response here without a filter, or a guest who edits twice will get two answers.
Channex23Watch Published Review

Watch Published Review

triggerIn the docs only

Collects reviews once they are published, judging by its name; the Make documentation lists the module without describing it, so test it before relying on it.

How it fires
scheduled, Make checks the app on the scenario's schedule, which is every 15 minutes by default and never shorter than 15 minutes on the Free plan.
When to use it
when a short delay is fine, for example feeding published reviews into a report.
Watch out
the type comes from the name only. Check for the clock badge on the module in the editor.
Modules

What can Make do in Channex?

Channex gives you 5 modules. For each one: what it does for you, when to reach for it, and what to watch out for.

Channex1

Make an API Call

Action

In Make“Performs an arbitrary authorized API call.”

Reaches any endpoint of the Channex API from your scenario, using the connection you already set up, so you are not stuck when no ready module fits.

When to use it
the integration has no search module; use this one to fetch data such as an older booking before acting on it.
Watch out
you write the request yourself, so keep the Channex API reference open while you build it.
Channex2

Mark as a No Show

Action

In Make“Marks a reservation as a no-show from 00:00 (midnight, in property's local time) on the planned check-in date, up to 48 hours later, provided that: the status of the reservation allows modifications; the reservation isn't overbooked. Only for Booking.Com and Expedia.”

Marks a reservation as a no-show without opening Channex, which saves a manual step when a guest never turns up.

When to use it
after your front desk records a missed arrival in another tool, let Make pass it to Channex.
Watch out
it only works for Booking.com and Expedia, from midnight property time on the planned check-in date up to 48 hours later, and only if the reservation can still be modified and is not overbooked.
Channex3

Reply to a Message

Action

In Make“Replies to a message in the system.”

Sends an answer to a guest message through Channex, so your reply goes out on the same thread the guest used.

When to use it
after Watch New Message, reply with information the scenario already has, such as check-in details pulled from your property sheet.
Watch out
filter out messages you sent yourself before this module, in case Channex reports your replies as new messages too; a Run once test shows it.
Channex4

Respond to a Review

Action

In Make“Responds to a review in the system.”

Posts a public response to a guest review from Make, turning review follow-up into a step of your scenario rather than a chore.

When to use it
right after Watch New Review, with a message that picks up the guest name or the property from the review.
Watch out
a response is visible to future guests; test with Run once and read the text before you switch the scenario on.
Channex5

Reply to a Guest Review

ActionIn the docs only

Replies to a guest review, according to its name; the documentation gives no description, so its difference from Respond to a Review is not stated.

When to use it
try it with Run once on a real review and compare the result with Respond to a Review before choosing one for production.
Watch out
keep only one of the two in a scenario, or the same review may receive two replies.
Need help

Need help automating Channex with Make?

A person reads every message.

FAQ

Channex and Make: common questions

01Is the Channex Make integration free?
Yes, on the Make side. Channex is a standard app, available from the Free plan. That plan allows 2 active scenarios, a minimum of 15 minutes between two scheduled runs, 5 minutes of execution per run, files up to 5 MB and 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 an active Channex account, and its subscription is set by Channex, not by Make.
02What does it take to connect Channex to Make?
An active Channex account and an API key. You create the key in your Channex user profile, under API Keys, choosing whether it reaches all properties or only some. In Make, add a Channex module, click Create a connection, give it an optional name and paste the key. For an instant module, Make first asks you to create a webhook, then the connection. After that, every Channex module in your scenarios reuses the same connection.
03Do Channex triggers in Make react in real time?
Almost all of them do. Of the 23 triggers, 22 are instant: Channex calls Make through a webhook as soon as a booking, message, review or error appears, without waiting for the schedule. Watch Published Review is the exception, scheduled judging by its name only: Make checks Channex on the scenario schedule, every 15 minutes by default, and never more often than every 15 minutes on the Free plan. The documentation gives no description for that module, so check its badge in the editor.
04What if a Channex action is missing in Make?
Use Make an API Call. It sends any request to the Channex API with the connection you already have, which covers what the 5 ready actions do not, including looking up data, since the integration has no search module. Some modules are also limited to certain channels: Mark as a No Show works only for Booking.com and Expedia, while several triggers cover Airbnb only. For other channels, check what the Channex API offers.
05Should you pick Make or n8n for Channex?
It depends on the tool your team already uses. In Make, Channex comes with 28 ready modules, 22 of them instant triggers, plus Make an API Call for the rest of the API, so most booking, message and review events are covered without code. Before choosing n8n, check whether it offers a Channex node and which events that node supports. Compare the two on the modules you need, not on the name of the tool.