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, cleaning up contact lists, or tagging contacts for segmentation.
Use Case Examples
- Automatically delete a contact by providing its Contact ID.
- Add or remove tags from a contact to organize contacts dynamically.
- Create or update contact details like name, phone, and email through automated workflows.
Properties
| Name | Meaning |
|---|---|
| Contact ID | The unique identifier of the contact to get, update, delete, add tags, or remove tags. |
Output
JSON
json- The response data from the Clint API for the performed operation, including contact details or success confirmation.
Dependencies
- Requires an API token credential for authentication with the Clint API.
Troubleshooting
- Ensure the Contact ID is valid and exists in the Clint system when performing get, update, delete, addTags, or removeTags operations.
- Check that the API token credential is correctly configured and has the necessary permissions.
- For tag operations, ensure the tag IDs are provided as a comma-separated string and that the tags exist in the Clint system.
- Handle API errors gracefully by inspecting the error message and details returned in the output to diagnose issues such as network errors or invalid input.
Links
- Clint API Documentation - Official API documentation for managing contacts with Clint API.