Overview
This node manages contacts through the Clint API, specifically allowing operations such as listing, getting, creating, updating, deleting contacts, and adding or removing tags from contacts. The 'Add Tags' operation enables users to add multiple tags to a specified contact by providing the contact ID and a comma-separated list of tag IDs. This is useful for organizing and categorizing contacts dynamically within workflows.
Use Case Examples
- Adding tags to a contact to categorize them for targeted marketing campaigns.
- Updating contact information and then adding relevant tags to reflect their status or preferences.
Properties
| Name | Meaning |
|---|---|
| Contact ID | The unique identifier of the contact to which tags will be added. |
| Tag IDs | Comma-separated list of tag IDs to add to the specified contact. |
Output
JSON
json- The response data from the Clint API after adding tags, typically including success confirmation or error details.
Dependencies
- Clint API with an API token credential
Troubleshooting
- Ensure the Contact ID is valid and exists in the Clint system to avoid errors.
- Tag IDs must be provided as a comma-separated string; incorrect formatting may cause the API call to fail.
- API token must be valid and have sufficient permissions to modify contacts and tags.
- Common error messages include authorization errors (invalid token), not found errors (invalid contact ID), and validation errors (incorrect tag IDs). Verify credentials and input data to resolve these.
Links
- Clint API Documentation - Official documentation for the Clint API, including endpoints for managing contacts and tags.