Actions17
- Customer Actions
- Product Actions
- Service Actions
- Session Actions
Overview
This node integrates with the iBill.io API to perform operations on various resources, including customers. Specifically, the 'Customer - Get All' operation retrieves a list of customer records from the iBill.io system. It supports query parameters such as 'offset' to specify the starting record number and 'limit' to control the maximum number of results returned. This node is useful for workflows that need to fetch customer data for reporting, synchronization, or further processing.
Use Case Examples
- Retrieve all customers with default pagination (first 100 records).
- Fetch customers starting from a specific offset to paginate through large datasets.
Properties
| Name | Meaning |
|---|---|
| Query Parameters | Collection of parameters to control the query for fetching customers, including offset and limit. |
Output
JSON
id- Unique identifier of the customer.name- Name of the customer.email- Email address of the customer.phone- Phone number of the customer.createdAt- Timestamp when the customer record was created.updatedAt- Timestamp when the customer record was last updated.
Dependencies
- Requires an API key credential for iBill.io API authentication.
Troubleshooting
- Common issues include invalid or missing API credentials, resulting in authentication errors.
- Incorrect query parameters such as negative offset or limit values may cause API errors.
- If the operation returns undefined, ensure the API response is correctly handled and returns an array or object as expected.
Links
- iBill.io API Documentation - Official documentation for the iBill.io API, detailing available endpoints and parameters.
