Actions31
- Revenda Actions
- Instagram Actions
- Messenger Actions
- WhatsApp Actions
- Telegram Actions
- Mercado Livre Actions
- OLX Actions
- WebChat Actions
- Email Actions
Overview
The node "NotificaMe Hub" integrates with the NotificaMe Hub API, providing a unified interface to send messages and perform various operations across multiple messaging platforms, including WhatsApp. Specifically, for the WhatsApp resource and the "Enviar Texto" (Send Text) operation, this node allows users to send plain text messages to WhatsApp recipients.
This is beneficial in scenarios such as:
- Automating customer notifications via WhatsApp.
- Sending alerts or updates directly to users' WhatsApp numbers.
- Integrating WhatsApp messaging into broader workflows like CRM, support ticketing, or marketing campaigns.
For example, a business can use this node to automatically send order confirmations or appointment reminders to customers on WhatsApp by specifying the recipient's international phone number and the message content.
Properties
| Name | Meaning |
|---|---|
| Token Do Canal | The WhatsApp channel token used for authentication with the NotificaMe Hub API. |
| Número Do Destinatário | The recipient's phone number in international format (e.g., 5511999999999). |
| Mensagem | The text content of the message to be sent to the recipient. |
Output
The node outputs JSON data representing the response from the NotificaMe Hub API after attempting to send the WhatsApp text message. This typically includes information about the success or failure of the message delivery, message IDs, timestamps, or error details if any occurred.
There is no indication that this operation outputs binary data.
Dependencies
- Requires an active NotificaMe Hub API account with a valid WhatsApp channel token.
- The user must provide the WhatsApp channel token as an input property for authentication.
- The node uses the NotificaMe Hub API endpoint at
https://hub.notificame.com.br/v1. - Proper network connectivity to the NotificaMe Hub service is necessary.
Troubleshooting
- Invalid Token or Authentication Failure: If the provided channel token is incorrect or expired, the API will reject the request. Ensure the token is current and correctly entered.
- Incorrect Recipient Number Format: The recipient number must be in international format without spaces or special characters (e.g., 5511999999999). Invalid formats may cause message sending failures.
- API Rate Limits or Quotas: Exceeding allowed message quotas or rate limits on the NotificaMe Hub platform may result in errors.
- Network Issues: Connectivity problems between n8n and the NotificaMe Hub API can cause timeouts or failed requests.
- Error Messages: The node will likely return error details from the API response. Review these messages to identify issues such as invalid parameters or service outages.
Links and References
- NotificaMe Hub Official Website
- WhatsApp Business API Documentation
- n8n Documentation (for general usage of custom nodes and credentials)