uChat

Integração com a API do uChat

Overview

This node integrates with the uChat API to manage tags related to contacts (subscribers). Specifically, the 'Adicionar Ao Contato' operation adds a specified tag to a contact identified by a unique user identifier (user_ns). This is useful for categorizing or segmenting contacts based on tags for targeted communication or organization. For example, you can add a 'VIP' tag to a high-value customer to tailor marketing campaigns or support workflows.

Use Case Examples

  1. Add a 'Newsletter Subscriber' tag to a new contact after they sign up on your website.
  2. Tag contacts who attended a webinar with 'Webinar Attendee' for follow-up messaging.

Properties

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

Output

JSON

  • user_ns - Unique identifier of the contact to whom the tag was added.
  • tag_name - Name of the tag that was added to the contact.
  • status - Status or result of the tag addition operation.

Dependencies

  • Requires an API key credential for authenticating with the uChat API.

Troubleshooting

  • Ensure the 'User NS' is correct and corresponds to an existing contact; otherwise, the API call will fail.
  • Verify that the 'Nome Da Tag' exists or is valid; invalid tag names may cause errors.
  • Check API authentication credentials if requests fail due to authorization errors.

Links

  • uChat API Documentation - Official API documentation for uChat, useful for understanding available endpoints and parameters.

Discussion