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 customer data filtered by a specific service attribute. It is useful for scenarios where you need to fetch customers based on certain service-related criteria, such as additional services or features they have subscribed to. For example, you can use this node to get a list of customers who have a particular service attribute like 'additional'.
Use Case Examples
- Retrieve all customers who have the 'additional' service attribute to analyze service usage.
- Fetch customers with a specific service attribute to target them for marketing campaigns or service upgrades.
Properties
| Name | Meaning |
|---|---|
| Service Attribute | The service attribute used to filter customers, e.g., 'additional'. |
| Additional Fields | Optional additional parameters to refine the query, such as limiting the number of results. |
| 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, default is 'result'. |
Output
JSON
result- The main data property containing the list of customers filtered by the service attribute.
Dependencies
- Requires an API key credential for Soliditech API authentication.
Troubleshooting
- Ensure the 'Service Attribute' parameter is correctly set and matches the expected values in the Soliditech system.
- If the node returns an error about invalid JSON parameters, verify that any JSON input is properly formatted and valid.
- If no customers are returned, check that the service attribute exists and that there are customers associated with it.
- Errors related to missing binary data indicate that the expected binary property name was not found in the input data.
Links
- Soliditech API Documentation - Official documentation for the Soliditech API endpoints and parameters.
