Actions15
- Booking Actions
- Category Actions
- Client Actions
- Location Actions
- Provider Actions
- Service Actions
- Slot Actions
Overview
The node integrates with the SimplyBook.me API, specifically allowing users to retrieve location data when using the "Get Locations" operation under the "Location" resource. This operation fetches a list of locations from SimplyBook.me, optionally filtered by search criteria.
This node is useful in scenarios where you want to dynamically obtain location information for bookings or services managed in SimplyBook.me, such as displaying available locations in a workflow or syncing location data with other systems.
Example use cases:
- Fetching all locations matching a search term to populate dropdowns in subsequent workflow steps.
- Retrieving location details to associate bookings or services with specific physical places.
Properties
| Name | Meaning |
|---|---|
| Additional Location Filter | A collection of optional filters to refine the location search results. Currently supports: - Search: A string to filter locations by name or other searchable fields. |
Output
The node outputs JSON data representing the locations retrieved from SimplyBook.me. Each item in the output corresponds to a location object containing its details as returned by the API.
If binary data were involved (not indicated here), it would typically represent files or media associated with locations, but this node focuses on JSON location data only.
Dependencies
- Requires an API key credential for SimplyBook.me to authenticate requests.
- The base URL for the API is configured via credentials.
- No additional external dependencies beyond the SimplyBook.me API.
Troubleshooting
- Empty results: If no locations are returned, verify that the search filter (if used) matches existing location names or try removing the filter.
- Authentication errors: Ensure the API key credential is correctly set up and has sufficient permissions.
- API connectivity issues: Check network access to the SimplyBook.me API endpoint and confirm the base URL is correct.
- Invalid filter format: Make sure the "Search" filter value is a valid string without unsupported characters.
Links and References
- SimplyBook.me API Documentation
- n8n documentation on creating custom nodes