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
- Retrieve detailed information about a specific contact by providing the Contact ID.
- Create a new contact by specifying name, phone, email, and country code (DDI).
- 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
- Clint API Documentation - Official documentation for the Clint API endpoints and usage.