Starfish (CampingCare/HotelCare) icon

Starfish (CampingCare/HotelCare)

Interact with the Starfish API for CampingCare and HotelCare

Overview

This node integrates with the Starfish API for CampingCare and HotelCare, specifically supporting the 'Add Accommodation' operation under the Accommodations API resource. It allows users to add new accommodation entries by specifying details such as the accommodation name. This node is useful for automating the management of accommodation data in camping or hotel management systems, enabling seamless creation of new accommodation records via API calls.

Use Case Examples

  1. Automatically add new campsites or hotel rooms to the system when they become available.
  2. Batch process multiple accommodation additions to keep the accommodation database up to date.

Properties

Name Meaning
Name The name of the new accommodation to be added, e.g., 'Campsite'.
Request Options Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and request timeout.

Output

JSON

  • id - The unique identifier of the newly created accommodation.
  • name - The name of the newly created accommodation.
  • status - The status of the accommodation, typically indicating if it is active or inactive.

Dependencies

  • Requires an API key credential for authentication with the Starfish API.

Troubleshooting

  • Common issues include authentication failures due to invalid or missing API keys, which result in authorization errors. Ensure the API key credential is correctly configured.
  • Network-related errors may occur if the proxy settings are incorrect or if SSL certificate validation fails and 'Ignore SSL Issues' is not enabled.
  • Timeout errors can happen if the server takes too long to respond; adjust the timeout setting accordingly.

Links

Discussion