uChat

Integração com a API do uChat

Overview

This node integrates with the uChat API to manage tags associated with contacts (subscribers). Specifically, the 'Remover Multiplas Tags' operation allows users to remove multiple tags from a single contact identified by a unique user identifier (user_ns). This is useful in scenarios where you need to update or clean up tag assignments for contacts in bulk, such as removing outdated or irrelevant tags from a contact's profile.

Use Case Examples

  1. Removing multiple tags from a contact to update their profile categorization.
  2. Cleaning up tags for contacts who no longer meet certain criteria in a marketing campaign.

Properties

Name Meaning
User NS Unique identifier of the contact (user_ns) from which tags will be removed.
Tags A collection of tags to be removed from the contact. Up to 20 tags can be specified.

Output

JSON

  • user_ns - The unique identifier of the contact from which tags were removed.
  • data - An array of objects each containing a tag_name that was removed from the contact.

Dependencies

Troubleshooting

  • Ensure the user_ns provided is valid and corresponds to an existing contact in uChat.
  • Verify that the tags specified exist and are currently assigned to the contact; otherwise, the removal operation may fail or have no effect.
  • Check API authentication credentials if requests fail due to authorization errors.
  • The API limits the number of tags to 20 per request; exceeding this limit will cause errors.

Links

Discussion