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 various booking-related resources. Specifically, for the Reservation resource and the GET reservation services operation, it retrieves the list of services associated with a particular reservation. This is useful in scenarios where you want to fetch detailed service information linked to a reservation, such as additional amenities or booked extras.
Practical examples include:
- Fetching all services tied to a guest's reservation to display on a dashboard.
- Integrating reservation services data into other systems like CRM or billing.
- Automating workflows that depend on reservation service details, e.g., sending notifications about included services.
Properties
| Name | Meaning |
|---|---|
| Reservation ID | The unique identifier of the reservation for which the services are to be retrieved. |
Output
The node outputs an array of JSON objects representing the services linked to the specified reservation. Each object typically contains details about a single service, such as its type, description, pricing, and status.
If the node supports binary data output (not indicated here), it would represent any file or media content related to the reservation services, but this operation primarily returns JSON data.
Dependencies
- Requires an active connection to the Apaleo API using a valid API authentication token.
- The node expects the user to configure credentials providing access tokens for the Apaleo API.
- Network connectivity to
https://api.apaleo.comis necessary.
Troubleshooting
- Missing or invalid Reservation ID: Ensure the Reservation ID property is provided and correctly formatted; otherwise, the API call will fail.
- Authentication errors: Verify that the API authentication token is valid and has not expired.
- API rate limits or downtime: If requests fail repeatedly, check Apaleo API status and consider implementing retry logic.
- Error messages from the node: Typically include the error message returned by the Apaleo API. Review these messages to identify issues such as unauthorized access, resource not found, or malformed requests.