Actions45
- Block Actions
- Block Action Actions
- Booking Actions
- Group Actions
- Offer Actions
- Reservation Actions
- Folio Actions
- Types Actions
Overview
This node integrates with the Apaleo API to manage hotel booking data. Specifically, the "GET Booking" operation retrieves detailed information about a single booking by its unique Booking ID. This is useful in scenarios where you need to fetch and process booking details such as guest information, booking status, dates, and related metadata within an automated workflow.
Practical examples include:
- Automatically retrieving booking details when a new booking is created in another system.
- Enriching customer profiles with up-to-date booking information.
- Triggering follow-up actions based on booking status or dates.
Properties
| Name | Meaning |
|---|---|
| Booking ID | The unique identifier of the booking to retrieve. This is required to specify which booking's details should be fetched. |
Output
The node outputs JSON data representing the full details of the requested booking. This typically includes fields such as booking identifiers, guest information, reservation dates, status, and any other metadata provided by the Apaleo API for that booking.
No binary data output is produced by this operation.
Dependencies
- Requires an active connection to the Apaleo API via an API authentication token (API key or OAuth token).
- The node expects the user to configure credentials containing a valid access token for the Apaleo API.
- Network connectivity to
https://api.apaleo.comis necessary.
Troubleshooting
Common issues:
- Invalid or expired API token will cause authentication failures.
- Providing an incorrect or non-existent Booking ID will result in errors indicating the booking was not found.
- Network connectivity problems can prevent successful API calls.
Error messages:
"Unauthorized"or similar indicates invalid credentials; verify and update the API token."Booking not found"means the specified Booking ID does not exist; double-check the ID.- Timeout or network errors suggest connectivity issues; ensure the node can reach the Apaleo API endpoint.