Soliditech icon

Soliditech

Consume Soliditech API (v.0.2.10)

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

  1. Retrieve all customers with account status 'Lead' to follow up on potential sales.
  2. 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

Discussion