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 a new contact, updating an existing contact, deleting a contact, 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. Updating a contact's phone number and email address based on new information.
  2. Adding tags to a contact to categorize them for marketing campaigns.
  3. Deleting a contact that is no longer relevant.

Properties

Name Meaning
Contact ID The unique identifier of the contact to get, update, delete, or modify tags for.
Name The name of the contact to create or update.
DDI The international dialing code (default is '55') for the contact's phone number, used when creating or updating a contact.
Phone The phone number of the contact to create or update.
Email The email address of the contact to create or update.

Output

JSON

  • json - The response data from the Clint API for the performed operation, such as contact details or success confirmation.

Dependencies

  • Requires an API token credential for the Clint API, passed as a Bearer token in the Authorization header.

Troubleshooting

  • Ensure the API token credential is valid and has the necessary permissions to perform contact operations.
  • Verify that the Contact ID provided exists when performing get, update, delete, addTags, or removeTags operations to avoid errors.
  • Check the format of tags input when adding or removing tags; tags should be comma-separated strings.
  • Common error messages include authorization errors (invalid token), not found errors (invalid Contact ID), and validation errors (missing required fields). Resolving these involves verifying credentials, input data, and API endpoint correctness.

Links

Discussion