Clint Contact

Gerencia contatos da API Clint

Overview

This node interacts with the Clint API to manage contacts. It supports operations such as listing all contacts, retrieving a specific contact by ID, creating new contacts, updating existing contacts, deleting contacts, and managing tags associated with contacts. This node is useful for automating contact management workflows, such as syncing contacts from other systems, updating contact details, or organizing contacts with tags.

Use Case Examples

  1. Retrieve detailed information about a specific contact by providing the Contact ID.
  2. Create a new contact by specifying name, phone, email, and country code (DDI).
  3. Add or remove tags from a contact to categorize or filter contacts easily.

Properties

Name Meaning
Contact ID The unique identifier of the contact to retrieve, update, delete, or modify tags for.

Output

JSON

  • json - The JSON response from the Clint API containing contact data or operation result.

Dependencies

  • Requires an API token credential for authentication with the Clint API.

Troubleshooting

  • Ensure the API token credential is correctly configured and valid to avoid authentication errors.
  • Verify that the Contact ID provided exists in the Clint system to prevent 'not found' errors.
  • When adding or removing tags, ensure tag IDs are provided as a comma-separated string and are valid tags in the Clint system.
  • Handle API errors gracefully by checking the error message and details returned in the output JSON.

Links

Discussion