uChat

Integração com a API do uChat

Overview

This node integrates with the uChat API to perform various operations related to broadcasting messages, managing subscribers, tags, custom fields, flows, WhatsApp templates, and conversation history. Specifically, the 'Disparo' resource with the 'Enviar Por Tag' operation allows sending a broadcast message to all contacts filtered by a specific tag. This is useful for targeted mass messaging campaigns, such as sending promotional content or announcements to a group of users tagged with a particular label.

Use Case Examples

  1. Send a promotional message to all subscribers tagged as 'VIP Customers'.
  2. Broadcast an event notification to contacts tagged as 'Event Attendees'.

Properties

Name Meaning
Mensagem The content of the broadcast message to be sent.
Nome Da Tag The name of the tag used to filter contacts who will receive the broadcast message.

Output

JSON

  • response - The API response after sending the broadcast message by tag, typically including status and details of the broadcast operation.

Dependencies

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

Troubleshooting

  • Ensure the tag name provided exists in the uChat system; otherwise, the broadcast will fail or send to no contacts.
  • The message content must not be empty; otherwise, the API may reject the request.
  • API authentication errors may occur if the API key credential is missing or invalid; verify credentials in node settings.
  • If the API returns errors, check the network connectivity and the uChat API status.

Links

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

Discussion