Actions21
- Contato Actions
- LiveChat Actions
- Tag Actions
- WhatsApp Template Actions
- Campo Personalizado Actions
- Disparo Actions
- Fluxo Actions
Overview
This node integrates with the uChat API to manage tags associated with contacts (subscribers). Specifically, the 'Adicionar Multiplas Tags' operation allows users to add multiple tags (up to 20) to a single contact identified by a unique user identifier (user_ns). This is useful for categorizing or segmenting contacts based on multiple criteria simultaneously, such as interests, behaviors, or campaign responses.
Use Case Examples
- Adding multiple tags like 'VIP', 'Newsletter Subscriber', and 'Event Attendee' to a contact to tailor marketing communications.
- Segmenting contacts by adding tags related to their purchase history or engagement level.
Properties
| Name | Meaning |
|---|---|
| User NS | Unique identifier of the contact (user_ns) to which the tags will be added. |
| Tags | A collection of tags (up to 20) to be added to the contact. Each tag is specified by its name. |
Output
JSON
user_ns- The unique identifier of the contact to whom the tags were added.data- The response data from the uChat API confirming the tags added to the contact.
Dependencies
- Requires an API key credential for authenticating requests to the uChat API at https://www.uchat.com.au/api.
Troubleshooting
- Ensure the 'user_ns' is correctly specified and corresponds to an existing contact in uChat; otherwise, the API call will fail.
- Verify that the tags provided do not exceed the limit of 20 tags per request.
- Check API authentication credentials if requests fail due to authorization errors.
- If the API returns errors related to tag names, confirm that the tag names exist or are valid according to uChat's tagging system.
Links
- uChat API Documentation - Official API documentation for uChat, useful for understanding endpoints and request formats.