Overview
This node manages contacts via the Clint API, supporting operations such as creating, listing, retrieving, updating, and deleting contacts, as well as adding or removing tags from contacts. It is useful for automating contact management workflows, for example, creating new contacts from form submissions or updating contact details in bulk.
Use Case Examples
- Creating a new contact with name, phone, and email.
- Listing all contacts to synchronize with another system.
- Updating contact information based on user input.
- Adding tags to categorize contacts automatically.
Properties
| Name | Meaning |
|---|---|
| Name | The full name of the contact to create or update. |
| DDI | The international dialing code for the contact's phone number, defaulting to '55' (Brazil). |
| Phone | The phone number of the contact to create or update. |
| The email address of the contact to create or update. |
Output
JSON
json- The JSON response from the Clint API representing the contact data or operation result.
Dependencies
- Clint API accessed via HTTP requests using an API token for authentication.
Troubleshooting
- Ensure the API token credential is correctly configured and valid to avoid authentication errors.
- Verify that required fields like contact ID are provided for operations that need them (e.g., update, delete).
- Check network connectivity and API endpoint availability if requests fail.
- Handle API error messages returned in the response details for debugging.
Links
- Clint API Contacts Endpoint - Official API documentation for managing contacts with Clint API.