Overview
This node manages deals using the Clint API, supporting operations to list, get, create, update, and delete deals. It is useful for automating deal management workflows, such as updating deal details, retrieving deal information, or removing deals from the system. For example, it can update a deal's title, contact, value, group, or origin based on input parameters.
Use Case Examples
- Updating a deal's title and value after a negotiation.
- Retrieving details of a specific deal by its ID.
- Deleting a deal that is no longer relevant.
Properties
| Name | Meaning |
|---|---|
| Deal ID | The unique identifier of the deal to get, update, or delete. |
| Title | The title of the deal, used when creating or updating a deal. |
| Contact ID | The identifier of the contact associated with the deal, used when creating or updating. |
| Value | The monetary value of the deal, used when creating or updating. |
| Group ID | The group identifier associated with the deal, used when creating or updating. |
| Origin ID | The origin identifier of the deal, used when creating or updating. |
Output
JSON
json- The response data from the Clint API for the requested operation, including deal details or success confirmation.
Dependencies
- Clint API with an API token credential
Troubleshooting
- Common issues include invalid or missing Deal ID when performing get, update, or delete operations, resulting in API errors.
- Incorrect or missing API token in credentials can cause authentication failures.
- Network or API endpoint issues may cause request failures; verify the API URL and network connectivity.
- Error messages from the API are returned in the output under 'error' and 'details' fields for debugging.
Links
- Clint API Deals Endpoint - Official API documentation for managing deals with Clint API.