NotificaMe Hub icon

NotificaMe Hub

Integração com NotificaMe Hub API

Overview

This node allows you to send an interactive link message (CTA - Call To Action) via WhatsApp using the NotificaMe Hub API. It is designed for scenarios where you want to engage WhatsApp users with a message that includes a clickable button, directing them to a specific URL. Common use cases include marketing campaigns, customer support follow-ups, appointment reminders, or any situation where you need recipients to take action by clicking a link.

Example:
A business can use this node to send a promotional message to customers, including a "Buy Now" button that links directly to their online store.

Properties

Below are the input properties required for the "Enviar Link Interativo (CTA)" operation on the WhatsApp resource:

Display Name Type Description
Token Do Canal String Token do canal do WhatsApp. Required for authenticating requests to the NotificaMe Hub API.
Número Do Destinatário String Número do destinatário no formato internacional (ex: 5511999999999). The recipient's phone number in international format.
Texto Do Cabeçalho String Texto que aparecerá no cabeçalho da mensagem. Header text shown at the top of the message.
Texto Da Mensagem String Texto principal da mensagem. Main body text of the message.
Texto Do Rodapé String Texto que aparecerá no rodapé da mensagem. Optional footer text displayed at the bottom.
Texto Do Botão String Texto que será exibido no botão. The label shown on the CTA button (e.g., "Clique aqui").
URL Do Botão String URL para onde o botão irá direcionar. The destination URL when the button is clicked.

Output

The node outputs a json object containing the response from the NotificaMe Hub API after attempting to send the WhatsApp interactive link message. The structure typically includes:

  • status: Indicates success or failure of the request.
  • messageId: Unique identifier for the sent message (if successful).
  • error: Error details if the request failed.
  • details: Additional information about the message delivery or error.

Note: The exact output fields may vary depending on the API response from NotificaMe Hub.

Dependencies

  • External Service: Requires access to the NotificaMe Hub API.
  • API Key: You must provide a valid "Token Do Canal" for authentication.
  • n8n Credentials: The node expects credentials named notificamehubApi to be configured in n8n.
  • Environment: Internet access to https://hub.notificame.com.br/v1.

Troubleshooting

Common Issues:

  • Invalid Token Do Canal:
    Error Message: "Unauthorized" or similar.
    Resolution: Ensure the channel token is correct and has permission to send WhatsApp messages.

  • Incorrect Número Do Destinatário Format:
    Error Message: "Invalid phone number format."
    Resolution: Use the full international format without spaces or special characters (e.g., 5511999999999).

  • Missing Required Fields:
    Error Message: "Missing required parameter..."
    Resolution: Double-check all required fields are filled in.

  • URL Do Botão Invalid:
    Error Message: "Invalid URL."
    Resolution: Make sure the URL is properly formatted and accessible.

Links and References

Discussion