Actions57
- Booking Actions
- Group Actions
- Offer Actions
- Block Actions
- Block Action Actions
- Reservation Actions
- Reservation Action Actions
- Types Actions
- Folio Actions
- Folio Action Actions
Overview
This node interacts with the Apaleo API, specifically supporting various resources including Folio. The "HEAD folio exists" operation checks whether a folio with a given ID exists in the system without retrieving its full details. This is useful for quickly verifying the presence of a folio before performing further actions such as updates or deletions.
Practical examples:
- Before attempting to update or delete a folio, you can use this operation to confirm that the folio exists.
- In workflows where conditional logic depends on the existence of a folio, this operation provides a lightweight check.
Properties
| Name | Meaning |
|---|---|
| Folio ID | The ID of the folio to check for existence |
Output
The output JSON contains the result of the HEAD request indicating whether the specified folio exists. Typically, a successful response means the folio exists; if it does not, an error or empty response may be returned depending on the API behavior.
No binary data output is involved in this operation.
Dependencies
- Requires an API key credential for authenticating with the Apaleo API.
- The node uses the base URL
https://api.apaleo.com. - Proper configuration of the API authentication token is necessary for successful requests.
Troubleshooting
Common issues:
- Invalid or missing Folio ID will cause the operation to fail.
- Authentication errors if the API key or token is invalid or expired.
- Network connectivity issues preventing access to the Apaleo API.
Error messages and resolutions:
- "Unauthorized" or similar: Check and refresh your API credentials.
- "Folio not found": Verify the Folio ID is correct and exists.
- Timeouts or network errors: Ensure stable internet connection and API endpoint availability.
Links and References
- Apaleo API Documentation
- Apaleo Folio API Reference (for detailed info on folio operations)