Clint Deal

Gerencia negócios (deals) da API Clint

Overview

This node manages deals (business transactions) using the Clint API. It supports operations to list all deals, get details of a specific deal, create a new deal, update an existing deal, and delete a deal. This node is useful for automating deal management workflows, such as syncing deal data from Clint into other systems, creating deals based on external triggers, or updating deal information programmatically.

Use Case Examples

  1. Create a new deal with a title, contact ID, value, group ID, and origin ID.
  2. Retrieve details of a specific deal by its ID.
  3. List all deals available in the Clint system.
  4. Update an existing deal's information using its ID and new property values.

Properties

Name Meaning
Title The title or name of the deal to create or update.
Contact ID The identifier of the contact associated with the deal.
Value The monetary value of the deal.
Group ID The identifier of the group to which the deal belongs.
Origin ID The identifier representing the origin or source of the deal.

Output

JSON

  • json - The JSON response from the Clint API representing the deal data or operation result.

Dependencies

  • Clint API accessed via HTTP requests using an API token for authentication.

Troubleshooting

  • Common issues include invalid or missing API token leading to authentication errors.
  • Incorrect deal IDs causing 'not found' errors when getting, updating, or deleting deals.
  • Network or API endpoint issues causing request failures.
  • Validation errors if required fields like title or contact ID are missing when creating or updating deals.

Links

Discussion