Soliditech icon

Soliditech

Consume Soliditech API (v.0.2.10)

Overview

This node interacts with the Soliditech API to retrieve all quotes associated with a specific opportunity. It is useful in scenarios where users need to fetch and manage quotes linked to sales opportunities, such as in sales automation or CRM workflows. For example, a sales team can use this node to pull all quotes for a given opportunity to review or update them in bulk.

Use Case Examples

  1. Retrieve all quotes for an opportunity to display in a dashboard.
  2. Fetch quotes to analyze sales performance related to a specific opportunity.

Properties

Name Meaning
Opportunity ID The unique identifier of the opportunity for which all quotes are to be retrieved.
Simplify Output Whether to simplify the output data to a specific property path.
Simplify Path The path to the property in the response that should be returned when output simplification is enabled.

Output

JSON

  • result - The main property containing the list of quotes for the specified opportunity.

Dependencies

  • Soliditech API (v.1)

Troubleshooting

  • Ensure the Opportunity ID is provided and valid; missing or incorrect IDs will cause errors.
  • If the API returns an error, check the API credentials and network connectivity.
  • When using Simplify Output, ensure the Simplify Path matches a valid property in the API response to avoid empty or incorrect outputs.

Links

Discussion