Soliditech icon

Soliditech

Consume Soliditech API (v.0.2.10)

Overview

This node interacts with the Soliditech API to perform various operations related to the 'Customer' resource, specifically the 'Get Organizations' operation. It sends a POST request to the Soliditech API endpoint to retrieve organization data. This node is useful for workflows that need to fetch organizational information from Soliditech, such as customer management or CRM integrations.

Use Case Examples

  1. Retrieve a list of organizations associated with customers to display in a dashboard.
  2. Use the organization data to enrich customer profiles in a CRM system.

Properties

Name Meaning
Simplify Output Whether to simplify the output data by returning a specific property path.
Simplify Path The path to the property in the response that should be returned if output simplification is enabled.

Output

JSON

  • result - The main data property containing the organizations information returned from the API.

Dependencies

  • Requires an API key credential for Soliditech API authentication.

Troubleshooting

  • Ensure the API credentials are correctly configured and valid to avoid authentication errors.
  • If the API returns an error, check that the resource and operation parameters are correctly set to 'Customer' and 'Get Organizations'.
  • If output simplification is enabled, verify that the simplify path corresponds to a valid property in the API response to avoid empty or undefined outputs.

Links

Discussion