NotificaMe Hub icon

NotificaMe Hub

Integração com NotificaMe Hub API

Overview

The node "NotificaMe Hub" integrates with the NotificaMe Hub API to send WhatsApp messages with interactive buttons. Specifically, the "Enviar Botões" operation under the "WhatsApp" resource allows users to send a WhatsApp message containing up to three customizable buttons to a recipient's phone number.

This node is beneficial in scenarios where you want to engage WhatsApp users interactively, such as:

  • Sending quick reply options for customer support.
  • Presenting menu choices or call-to-action buttons in marketing campaigns.
  • Facilitating user responses without requiring them to type text manually.

For example, a business could send a message like "Choose an option:" with buttons labeled "Order Status", "New Order", and "Talk to Support", each button triggering a different workflow when clicked.

Properties

Name Meaning
Token Do Canal The WhatsApp channel token used for authenticating API requests.
Número Do Destinatário The recipient's phone number in international format (e.g., 5511999999999).
Texto Da Mensagem The main text content of the WhatsApp message to be sent.
Botões Up to 3 buttons to display in the message. Each button has:
- ID: Unique identifier for the button.
- Título: Text displayed on the button.

Output

The node outputs JSON data representing the response from the NotificaMe Hub API after attempting to send the WhatsApp message with buttons. This typically includes information about the message status, any errors, and metadata returned by the API.

If the node supports binary data output (not explicitly shown here), it would represent media attachments or similar content related to the message.

Dependencies

  • Requires a valid WhatsApp channel token for authentication with the NotificaMe Hub API.
  • The node depends on the NotificaMe Hub API endpoint at https://hub.notificame.com.br/v1.
  • Proper configuration of credentials within n8n to securely store and use the WhatsApp channel token.

Troubleshooting

  • Invalid Token or Authentication Errors: Ensure the provided WhatsApp channel token is correct and active.
  • Incorrect Recipient Number Format: The recipient number must be in international format without spaces or special characters.
  • Button Limit Exceeded: The node restricts to a maximum of 3 buttons; exceeding this will cause an error.
  • Empty Required Fields: All required fields (token, recipient number, message text, and at least one button) must be filled.
  • API Connectivity Issues: Verify network connectivity and that the NotificaMe Hub API service is operational.

Links and References

  • NotificaMe Hub API Documentation (assumed URL based on baseURL)
  • WhatsApp Business API documentation for interactive messages (for understanding button message formats)

Discussion