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 Do Contato' operation removes a specified tag from a contact identified by a unique user identifier (user_ns). This is useful in scenarios where you want to update or clean up contact tags dynamically, such as removing a promotional tag after a campaign ends or adjusting user segmentation based on behavior changes.

Use Case Examples

  1. Removing a 'VIP' tag from a user who no longer qualifies for VIP status.
  2. Removing a 'Newsletter Subscriber' tag when a user opts out of email communications.

Properties

Name Meaning
User NS Unique identifier of the contact (user_ns) from which the tag will be removed.
Nome Da Tag Name of the tag to be removed from the contact.

Output

JSON

  • user_ns - The unique identifier of the contact from which the tag was removed.
  • tag_name - The name of the tag that was removed.
  • status - Response status indicating success or failure of the tag removal operation.

Dependencies

Troubleshooting

  • Ensure the 'user_ns' provided is valid and corresponds to an existing contact in uChat; otherwise, the API will return an error indicating the contact was not found.
  • Verify that the tag name exists and is correctly spelled; attempting to remove a non-existent tag may result in an error or no action.
  • Check API authentication credentials if requests fail with authorization errors.
  • If the node throws errors related to JSON parsing or request formatting, verify that input parameters are correctly set and formatted.

Links

Discussion