NotificaMe Hub icon

NotificaMe Hub

Integração com NotificaMe Hub API

Overview

The node integrates with the NotificaMe Hub API to send text messages via the Messenger platform. Specifically, the "Enviar Texto" operation under the "Messenger" resource allows users to send a plain text message to a specified recipient within a given Messenger channel.

This node is beneficial in scenarios where automated messaging is required, such as customer support notifications, marketing campaigns, or chatbot responses on Facebook Messenger channels. For example, a business can use this node to automatically send order updates or promotional messages directly to customers' Messenger accounts.

Properties

Name Meaning
ID Do Canal The unique identifier of the Messenger channel from which the message will be sent.
ID Do Destinatário The unique identifier of the recipient user on Messenger 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 response from the NotificaMe Hub API after attempting to send the text message. This typically includes information about the success or failure of the message delivery, message IDs, timestamps, or error details if applicable.

There is no indication that the node outputs binary data for this operation.

Dependencies

  • Requires an active connection to the NotificaMe Hub API.
  • Users must configure an API authentication token (credential) for the NotificaMe Hub service within n8n.
  • The node sends requests to the base URL: https://hub.notificame.com.br/v1.

Troubleshooting

  • Common Issues:

    • Invalid or missing channel ID or recipient ID may cause message sending failures.
    • Incorrect or expired API credentials will prevent successful API calls.
    • Network connectivity issues can block communication with the NotificaMe Hub API.
  • Error Messages and Resolutions:

    • Authentication errors: Verify that the API key credential is correctly set up and has not expired.
    • Invalid recipient/channel ID: Double-check the IDs provided are correct and correspond to existing Messenger entities.
    • API rate limits or quota exceeded: Consult NotificaMe Hub API documentation and adjust usage accordingly.
    • Unexpected API errors: Review the full error response for details and ensure all required parameters are supplied.

Links and References

Discussion