Actions53
- Customer Actions
- Invoicing Actions
- Contact Actions
- Opportunity Actions
- Outstanding Actions
- Parameters Actions
- Payments Api Actions
- Product Actions
- Promo Code Actions
- Quotes Actions
- Telco Actions
Overview
This node interacts with the Soliditech API to retrieve all customer accounts based on optional filtering criteria. It is useful for scenarios where you need to fetch a list of customers from the Soliditech system, such as for reporting, data synchronization, or customer management tasks. For example, you can get all customers with a specific account status or class.
Use Case Examples
- Retrieve all customers with account status 'Lead' to follow up on potential sales.
- Fetch all customers classified as 'P1' for targeted marketing campaigns.
Properties
| Name | Meaning |
|---|---|
| Account Status | Filter customers by their account status, e.g., 'Lead'. |
| Account Class | Filter customers by their account class, e.g., 'P1'. |
| Simplify Output | Whether to simplify the output data to a specific property path. |
| Simplify Path | The path to the property in the response to return when simplifying output is enabled. |
Output
JSON
result- The main property containing the list of customers when output is simplified.*- Full response object from the API when output is not simplified.
Dependencies
- Requires an API key credential for Soliditech API authentication.
Troubleshooting
- Common issues include invalid or missing API credentials, resulting in authentication errors.
- Incorrect or unsupported filter values in additional fields may cause API errors.
- If JSON parameters are expected but not provided correctly, the node throws an error indicating invalid JSON object.
Links
- Soliditech API - Get All Customers - Official API documentation for the Get All Customers endpoint.
