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. Specifically, for the OLX resource with the operation "Enviar Mensagem De Texto" (Send Text Message), this node allows users to send plain text messages directly to recipients on the OLX platform.
This functionality is beneficial in scenarios such as automating customer communication, sending notifications or updates to buyers/sellers on OLX, or integrating OLX messaging into broader workflows like CRM systems or support ticketing.
Practical example:
A business using OLX to sell products can automate sending order confirmations or follow-up messages to customers by configuring this node to send text messages to specific OLX user IDs.
Properties
| Name | Meaning |
|---|---|
| ID Do Canal | The channel ID on OLX through which the message will be sent. |
| ID Do Destinatário | The recipient's user ID on OLX who will receive the message. |
| Mensagem | The text content of the message to be sent to the recipient. |
Output
The node outputs JSON data representing the result of the message sending operation. This typically includes confirmation details such as message status, IDs, timestamps, or error information if the sending failed.
If the node supports binary data output (not indicated explicitly here), it would represent attachments or media related to the message, but for this text message operation, the output is purely JSON-based.
Dependencies
- Requires an active connection to the NotificaMe Hub API.
- Needs an API authentication token configured in n8n credentials to authorize requests.
- The base URL for API requests is
https://hub.notificame.com.br/v1. - Proper configuration of the OLX channel and recipient IDs is necessary for successful message delivery.
Troubleshooting
Common issues:
- Invalid or missing channel ID or recipient ID may cause message sending failures.
- Incorrect or expired API authentication token will result in authorization errors.
- Network connectivity problems can prevent reaching the NotificaMe Hub API endpoint.
Error messages:
- Authorization errors typically indicate invalid credentials; recheck and update the API key.
- Validation errors may occur if required properties (channel ID, recipient ID, message) are empty or malformed.
- API rate limits or service downtime could cause temporary failures; retry after some time.
Links and References
- NotificaMe Hub API Documentation (assumed official docs for further details)
- OLX platform messaging guidelines (refer to OLX official resources for recipient/channel ID formats)