Actions31
- Revenda Actions
- Instagram Actions
- Messenger Actions
- WhatsApp Actions
- Telegram Actions
- Mercado Livre Actions
- OLX Actions
- WebChat Actions
- Email Actions
Overview
This node integrates with the NotificaMe Hub API to send text messages via Telegram. Specifically, the "Enviar Texto" operation under the "Telegram" resource allows users to send a plain text message to a specified Telegram channel or recipient.
Common scenarios for this node include:
- Automating notifications or alerts to Telegram channels or individual users.
- Sending updates or reminders from workflows directly into Telegram chats.
- Integrating Telegram messaging as part of multi-channel communication strategies.
For example, a user could configure this node to send a daily status update message to a Telegram group channel or notify a specific user about an event triggered in another system.
Properties
| Name | Meaning |
|---|---|
| ID Do Canal | The Telegram channel ID where the message will be sent. |
| ID Do Destinatário | The Telegram recipient's user ID who will receive the message. |
| Mensagem | The text content of the message to be sent via Telegram. |
Output
The node outputs JSON data representing the response from the NotificaMe Hub API after attempting to send the Telegram message. This typically includes information such as message status, IDs, timestamps, or error details if the sending failed.
No binary data output is indicated for this operation.
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.
Troubleshooting
- Missing or invalid channel/recipient IDs: Ensure that the Telegram channel ID and recipient ID are correct and correspond to valid Telegram entities accessible by your bot or API key.
- Authentication errors: Verify that the API key credential is correctly set up and has permissions to send messages via Telegram through NotificaMe Hub.
- Message delivery failures: Check the message content for unsupported characters or formatting issues. Also, confirm that the recipient is reachable and not blocking messages.
- API connectivity issues: Network problems or incorrect base URL configuration can cause request failures. Confirm internet access and API endpoint correctness.
Links and References
- NotificaMe Hub API Documentation (for detailed API usage and Telegram integration)
- Telegram Bot API Overview (to understand Telegram identifiers and messaging concepts)