Actions17
- Customer Actions
- Product Actions
- Service Actions
- Session Actions
Overview
This node integrates with the iBill.io API to perform various operations related to different resources such as Customer, Product, Service, and Session. Specifically, for the 'Session' resource and the 'List Session History' operation, it retrieves a list of session history records based on user-defined query parameters like order field, order direction, offset, and limit. This is useful for scenarios where users need to fetch and analyze session data, such as tracking user activity or session logs in a CRM system.
Use Case Examples
- Fetching the latest 100 session history records ordered by start time in ascending order.
- Retrieving session history with pagination by setting offset and limit parameters.
Properties
| Name | Meaning |
|---|---|
| Query Parameters | Parameters to customize the session history listing, including order field, order direction, offset, and limit. |
Output
JSON
sessionHistory- `` - Array of session history records returned from the API, each representing a session's details.
Dependencies
- Requires an API key credential for iBill.io API authentication.
Troubleshooting
- Common issues include API authentication failures due to invalid or missing credentials. Ensure the API key is correctly configured.
- Errors may occur if the operation returns undefined data; the node expects an array or object. Verify the API response and parameters.
- Pagination parameters like offset and limit must be valid numbers; invalid values may cause errors.
Links
- iBill.io API Documentation - Official documentation for the iBill.io API, useful for understanding available endpoints and parameters.
