Planyo Make integrationAutomate Planyo with Make.
What if every Planyo booking could start the next task by itself? The Planyo Make integration brings 23 modules: 9 instant triggers, 11 actions and 3 searches. This guide shows how to link your account, build a first scenario and pick the right module.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Planyo Make integration do for you?
The Planyo Make integration links your booking system to Make, so reservations, payments and customer records can move to other tools without copy and paste. You build a scenario, which is the automation itself: a chain of modules, each module being one brick such as a trigger, an action or a search.
Confirmed bookings that reach the rest of your stack. Watch Reservations Confirmed starts a scenario the moment a booking is confirmed, and Get a User pulls the customer details you want to pass along, for a welcome message or a line in a shared sheet.
Cancellations sorted by who made them. Planyo splits cancellations into three triggers: by the customer, by an admin, or automatic. A rental team can treat each case differently, for example alerting staff only when a customer cancels.
Bookings created from outside Planyo. When a request lands in another tool, Add a User and Make a Reservation enter the customer and the booking without anyone retyping it. Add a Vacation blocks a resource when it is unavailable.
The documentation lists no specific limit for this app, and for anything the listed modules skip, Make an API Call reaches the rest of the Planyo API. Planyo may also exist as an n8n node: the n8n vs Make page explains how the two tools differ. For the bigger picture, read our Make review or check Make pricing before you choose a plan.
How do you connect Planyo to Make?
- 01
Copy your Planyo API key
In Planyo, open the API section from your user dashboard and click the API key button. The key shows on that page: copy it and keep it at hand, Make will ask for it in a moment.
- 02
Add a Planyo module
In your Make scenario, add any Planyo module and click Create a connection. The Connection name field is optional, but a clear name helps when several Planyo sites are linked to the same Make account.
- 03
Paste the key and save
Enter the API key you copied, or follow the instructions shown on screen, then save. This connection, your Planyo account linked to Make once, is reused by every Planyo module you add afterwards.
Your first scenario with Planyo
GoalWhen a booking request arrives from another app, Make creates the customer in Planyo, then enters the reservation.
- 01
Create the scenario
Open the Scenarios page, create a new scenario and click the +. The first module is the app where requests come in, for instance your form tool or your inbox.
- 02
Add Add a User
Click the + on the right, search Planyo and pick Add a User. Click Create a connection and paste your API key if the connection does not exist yet.
- 03
Map the customer details
Fill the fields of Add a User with the data from the first module: Make shows each value the previous module received, so you click it instead of typing it.
- 04
Add Make a Reservation
Add Make a Reservation after it and map the booking details from the request, plus what Add a User returned, so the reservation belongs to the right customer.
- 05
Test with Run once
Click Run once and send a test request. Each module shows the bundles it received, a bundle being one item passing through, here one customer and one booking.
- 06
Schedule and switch on
Set the schedule on the first module, every 15 minutes by default, then switch the scenario on. From then on, each request becomes a Planyo booking without manual entry.
What can start a Planyo scenario?
9 modules start a scenario when something happens in Planyo. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Planyo as soon as it happens.
Watch New Reservations
Instant triggerIn Make“Triggers when a new reservation has been added.”
Your scenario starts as soon as a booking is added to Planyo, carrying that reservation into Make so the next modules can use it. It is the most general entry point of the app.
Watch Payments Received
Instant triggerIn Make“Triggers when a new payment has been received.”
Each payment recorded in Planyo sends one bundle to Make, which lets you react to money coming in rather than to the booking itself. Useful when the booking and the payment happen at different moments.
Watch Reservations Cancelled Automatically
Instant triggerIn Make“Triggers when a reservation has been cancelled automatically.”
Here Make hears about the bookings Planyo cancels on its own, without anyone clicking a button. That gives you a trace of reservations that disappeared by system rule rather than by choice.
Watch Reservations Cancelled by a Customer
Instant triggerIn Make“Triggers when a reservation has been cancelled by a customer.”
Only cancellations made by the customer land here, which isolates the case where the person who booked changed their mind. Your scenario receives that booking and can act on it right away.
Watch Reservations Cancelled by Admin
Instant triggerIn Make“Triggers when a reservation has been cancelled by admin.”
When someone on your side cancels a booking in the Planyo back office, this module passes that reservation to Make. It covers staff decisions, not customer ones.
Watch Reservations Confirmed
Instant triggerIn Make“Triggers when a reservation has been confirmed.”
A booking reaches Make at the moment it moves to confirmed, which is often the point where the real work begins. Nothing fires for requests still waiting for approval.
Watch Reservations Modified by Admin
Instant triggerIn Make“Triggers when a reservation has been modified by admin.”
Changes your staff make to an existing booking are sent to Make with this module, so other tools stay in line with the new version of the reservation.
Watch Reservations Updated by a Customer
Instant triggerIn Make“Triggers when a reservation has been updated by a customer.”
Whenever a customer edits their own booking, Make receives the updated reservation and your scenario can react without anyone checking Planyo by hand.
Watch Users Updated
Instant triggerIn Make“Triggers when a user has been updated.”
This trigger follows your customers rather than their bookings: each time a user record changes in Planyo, the new version goes to Make.
What each Planyo module does
Planyo gives you 14 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Add a User
ActionIn Make“Adds a new user(customer) associated with your Planyo site.”
Creates a new customer on your Planyo site, so a person who contacted you elsewhere already exists before any booking is made for them.
Add a Vacation
ActionIn Make“Adds a new one-time vacation for given resource or entire Planyo site.”
Blocks time in Planyo, either for one resource or for the whole site, so nobody can book it during that period. In Planyo, a vacation is simply a one-time closed period.
Delete a Reservation
ActionIn Make“Permanently removes a reservation.”
Removes a booking from Planyo for good, which clears it from your planning and frees the slot it was holding.
Get a Reservation
ActionIn Make“Gets a reservation.”
Fetches one booking from Planyo so the following modules can read its details, even when your scenario started somewhere else.
Get a User
ActionIn Make“Gets user data.”
Reads the record of one Planyo customer and hands those details to the next modules, which saves you from asking the customer twice.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Opens the rest of the Planyo API from your scenario, using the same connection as the other modules, for anything the 23 listed modules do not cover.
Make a Reservation
ActionIn Make“Enters a new reservation into the system.”
Enters a new booking in Planyo from Make, so a request received in another tool turns into a real reservation without retyping.
Remove a User
ActionIn Make“Removes a user.”
Takes a customer out of your Planyo site, so their record no longer shows up among your users.
Remove a Vacation
ActionIn Make“Removes a specified vacation.”
Deletes a closed period you set earlier, so those dates can be booked again on the resource or across the whole site it covered.
Update a Reservation
ActionIn Make“Updates a reservation.”
Changes an existing booking in Planyo from your scenario, keeping the reservation in line with what was agreed elsewhere.
Update a User
ActionIn Make“Modifies an existing user's data.”
Edits the data of an existing Planyo customer, so the contact details you use for bookings match the ones in your other tools.
List Reservations
SearchIn Make“Lists all reservations that either start within given time period or that were entered into the system within given time period.”
Returns the bookings that start within a period, or that were entered during a period, one bundle per reservation, ready for a report or a check.
List Users
SearchIn Make“Lists users.”
Searches the customers of your Planyo site and returns them as separate bundles, so you can check who exists before acting.
List Vacations
SearchIn Make“Lists all vacations within specified time range.”
Shows the closed periods set within a date range, one bundle each, so you know which slots Planyo keeps unavailable.
Need help automating Planyo with Make?
A person reads every message.