Actions12
Overview
This node integrates with the Bookla API to retrieve multiple client records from a specified company. The "Get Many" operation under the "Client" resource fetches a paginated list of clients, allowing users to manage and analyze client data efficiently.
Common scenarios where this node is beneficial include:
- Synchronizing client lists from Bookla into other systems.
- Generating reports or analytics on client demographics or activity.
- Automating workflows that require bulk client data retrieval.
For example, a business could use this node to pull all clients registered in their Bookla account to send targeted marketing emails or to update CRM records.
Properties
| Name | Meaning |
|---|---|
| Server | Select which Bookla server to connect to. Options: US Server, EU Server |
| Company ID | The unique identifier of the company whose clients you want to retrieve (required) |
| Limit | Maximum number of client records to return in one request (minimum 1, default 50) |
| Offset | Number of client records to skip for pagination purposes (minimum 0, default 0) |
Output
The node outputs JSON data containing an array of client objects retrieved from the Bookla API. Each object represents a client with their associated details as provided by the API.
No binary data output is involved in this operation.
Dependencies
- Requires an API key credential for authenticating requests to the Bookla API.
- The node dynamically constructs the base URL based on the selected server (US or EU).
- Proper configuration of the "Company ID" property is necessary to target the correct company data.
Troubleshooting
- Empty results: Ensure the "Company ID" is correct and that the company has clients registered.
- Authentication errors: Verify that the API key credential is valid and has sufficient permissions.
- Pagination issues: If expecting more results, adjust the "Limit" and "Offset" properties accordingly.
- Server selection: Confirm the correct server (US or EU) is chosen matching your Bookla account region.
Links and References
- Bookla API Documentation (hypothetical link for reference)
- n8n documentation on HTTP Request Node for understanding API integrations