Actions15
- Booking Actions
- Category Actions
- Client Actions
- Location Actions
- Provider Actions
- Service Actions
- Slot Actions
Overview
The node integrates with the SimplyBook.me API to retrieve information about services offered in a booking system. Specifically, the "Get Services" operation fetches a list of available services, optionally filtered by search criteria. This is useful for automating workflows that need to display, process, or analyze service data from SimplyBook.me without manual intervention.
Practical examples include:
- Automatically syncing service lists into a CRM or database.
- Filtering services based on user input or other workflow parameters.
- Generating reports or dashboards that reflect current service offerings.
Properties
| Name | Meaning |
|---|---|
| Additional Service Filter | A collection of optional filters to narrow down the services retrieved. Currently supports: - Search: A string to search services by name or description. |
Output
The node outputs JSON data representing the list of services retrieved from SimplyBook.me. Each item in the output array corresponds to a service object containing details such as service name, description, duration, price, and other relevant attributes defined by the SimplyBook.me API.
No binary data output is indicated.
Dependencies
- Requires an API key credential for SimplyBook.me to authenticate requests.
- The base URL for API requests is dynamically set from the provided credentials.
- No additional external dependencies are indicated beyond the SimplyBook.me API.
Troubleshooting
- Authentication errors: Ensure the API key credential is correctly configured and has sufficient permissions.
- Empty results: If no services are returned, verify that the search filter (if used) matches existing services.
- API connectivity issues: Check network access and the validity of the base URL in credentials.
- Invalid filter format: Filters must be correctly structured; otherwise, the API may reject the request.