SimplyBook.me icon

SimplyBook.me

Consume SimplyBook.me API

Overview

This node integrates with the SimplyBook.me API to manage various resources such as bookings, clients, services, and more. Specifically, the "Delete Client" operation allows users to remove a client from their SimplyBook.me account by specifying the client's name or ID. This is useful for cleaning up outdated or incorrect client records, automating client management workflows, or integrating client deletion into broader business processes.

Practical examples include:

  • Automatically deleting clients who have unsubscribed or requested data removal.
  • Cleaning client lists before importing new data.
  • Integrating client deletion as part of a CRM synchronization workflow.

Properties

Name Meaning
Client Name or ID Select a client from a dropdown list or specify a client ID using an expression. This identifies which client to delete.

Output

The node outputs JSON data representing the result of the delete operation. Typically, this will include confirmation that the client was successfully deleted or details about any error encountered. The exact structure depends on the SimplyBook.me API response but generally confirms the deletion status.

No binary data output is involved in this operation.

Dependencies

  • Requires an active SimplyBook.me API credential with appropriate permissions to delete clients.
  • The node expects the base URL for the SimplyBook.me API to be provided via credentials.
  • No additional external dependencies are required beyond the API access.

Troubleshooting

  • Common issues:

    • Attempting to delete a client that does not exist or has already been deleted may result in an error.
    • Insufficient API permissions can cause authorization errors.
    • Providing an invalid client ID or malformed expression may lead to request failures.
  • Error messages and resolutions:

    • "Client not found": Verify the client ID or name is correct and exists in SimplyBook.me.
    • "Unauthorized" or "Forbidden": Check that the API credentials have delete permissions.
    • "Invalid parameter": Ensure the client ID is correctly formatted and expressions resolve properly.

Links and References

Discussion