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 perform operations related to the 'Customer' resource, specifically the 'Get Customer' operation. It retrieves detailed information about a customer account using a provided master account ID. This node is useful in scenarios where you need to fetch customer data for further processing, reporting, or integration with other systems. For example, it can be used to automate customer data retrieval in a CRM workflow or to synchronize customer information with an external database.
Use Case Examples
- Retrieve customer details by providing the master account ID to integrate customer data into a CRM system.
- Fetch customer information to generate reports or dashboards for business analysis.
Properties
| Name | Meaning |
|---|---|
| Account ID | The master account ID used to identify the customer account to retrieve. |
| Simplify Output | A boolean flag indicating whether to simplify the output data by returning only 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 property containing the customer data returned from the API.
Dependencies
- Requires an API key credential for Soliditech API authentication.
Troubleshooting
- Ensure the 'Account ID' is correctly provided and corresponds to an existing customer in the Soliditech system.
- If the 'Parameters JSON' option is used, verify that the JSON is a valid object to avoid errors.
- Check API credentials and network connectivity if requests fail with authentication or connection errors.
Links
- Soliditech API Documentation - Official documentation for the Soliditech API endpoints and usage.
