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 reservations and related resources. Specifically, for the "GET reservation by ID" operation, it retrieves detailed information about a single reservation using its unique identifier. This is useful in scenarios where you need to fetch the current status, guest details, booking dates, or other metadata of a specific reservation.
Practical examples include:
- Fetching reservation details to display in a custom dashboard.
- Validating reservation data before performing updates or cancellations.
- Integrating reservation info into external systems like CRM or accounting software.
Properties
| Name | Meaning |
|---|---|
| Reservation ID | The ID of the reservation to retrieve. |
Output
The output contains a JSON object representing the reservation details fetched from the Apaleo API. This typically includes fields such as reservation identifiers, guest information, booking dates, status, and any associated offers or services linked to the reservation.
If the node supports binary data output (not indicated here), it would represent attachments or documents related to the reservation, but this operation primarily returns structured JSON data.
Dependencies
- Requires an active connection to the Apaleo API via an API authentication token.
- The node expects the user to configure credentials that provide access tokens for authenticating requests to Apaleo.
- Network connectivity to
https://api.apaleo.comis necessary.
Troubleshooting
Common issues:
- Invalid or missing Reservation ID will cause the API call to fail.
- Expired or invalid API authentication token will result in authorization errors.
- Network issues or incorrect base URL configuration can prevent successful API calls.
Error messages:
"Reservation not found": The provided Reservation ID does not exist; verify the ID."Unauthorized"or"Invalid token": Check that the API credentials are correctly configured and valid."Request failed"or timeout errors: Ensure network connectivity and that the Apaleo service is reachable.
To resolve these, confirm the Reservation ID is correct, refresh or reconfigure API credentials, and verify network settings.