SimplyBook.me icon

SimplyBook.me

Consume SimplyBook.me API

Overview

The node integrates with the SimplyBook.me API, specifically allowing users to retrieve information about service providers. The "Get Providers" operation fetches a list of providers, optionally filtered by search terms or by a specific provider ID related to a service.

This node is useful in scenarios where you want to dynamically obtain and work with provider data from SimplyBook.me within an n8n workflow. For example, you might use it to populate dropdowns with available providers, filter providers based on user input, or synchronize provider data with other systems.

Properties

Name Meaning
Additional Provider Filter A collection of optional filters to narrow down the list of providers returned:
- Search A text string to search providers by name or other searchable fields.
- Provider ID (Filter Providers by Service) A numeric ID to filter providers associated with a specific service.

Output

The node outputs JSON data representing the list of providers retrieved from SimplyBook.me. Each item in the output corresponds to a provider object as returned by the API, containing details such as provider identifiers, names, and potentially other metadata.

No binary data output is indicated for this operation.

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 are indicated.

Troubleshooting

  • Empty results: If no providers are returned, verify that the filters (search term or provider ID) are correct and correspond to existing data in SimplyBook.me.
  • Authentication errors: Ensure the API key credential is valid and has sufficient permissions.
  • Invalid filter values: Providing non-numeric values for the Provider ID filter may cause request failures; ensure numeric input.
  • API connectivity issues: Check network access and the correctness of the base URL in credentials.

Links and References

Discussion