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 restore an opportunity by its ID. It is useful in scenarios where an opportunity previously marked as deleted or inactive needs to be reinstated in the system. For example, if a sales opportunity was accidentally deleted or needs to be reconsidered, this node can restore it to active status.
Use Case Examples
- Restoring a deleted sales opportunity by providing its unique Opportunity ID.
- Automating the recovery of opportunities in a CRM workflow.
Properties
| Name | Meaning |
|---|---|
| Opportunity ID | The unique identifier of the opportunity to be restored. |
| Simplify Output | Whether to simplify the output data returned by the node. |
| Simplify Path | The path to the property in the response that should be returned when output is simplified. |
Output
JSON
result- The main result object or data returned from the restore opportunity API call.
Dependencies
- Requires an API key credential for Soliditech API authentication.
Troubleshooting
- Ensure the Opportunity ID is valid and exists in the system; otherwise, the API call will fail.
- If the API returns an error, check that the API credentials are correctly configured and have the necessary permissions.
- If using simplified output, verify the simplify path is correct to avoid empty or undefined results.
Links
- Soliditech API - Restore Opportunity - Official API documentation for the Restore Opportunity endpoint.
