NotificaMe Hub icon

NotificaMe Hub

Integração com NotificaMe Hub API

Overview

This node integrates with the NotificaMe Hub API to send text messages via Instagram. Specifically, the "Enviar Texto" operation under the "Instagram" resource allows users to send a plain text message to a specified recipient on Instagram through a given channel.

Common scenarios for this node include automating customer support responses, sending notifications or updates to Instagram users, and managing direct communication with followers or clients on Instagram from within an n8n workflow.

For example, a business could use this node to automatically reply to customer inquiries received on their Instagram account or to broadcast promotional messages to selected recipients.

Properties

Name Meaning
ID Do Canal The Instagram channel ID from which the message will be sent. This identifies the sender's Instagram account or messaging channel.
ID Do Destinatário The recipient's Instagram user ID who will receive the text 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 IDs, status codes, timestamps, or any error information returned by the NotificaMe Hub API.

If the operation is successful, the output JSON confirms that the message was sent. If there is an error, the output contains relevant error messages or codes.

This node does not output binary data.

Dependencies

  • Requires access to the NotificaMe Hub API.
  • Requires configuration of an API authentication token (API key credential) for the NotificaMe Hub service in n8n credentials.
  • The base URL used for requests is https://hub.notificame.com.br/v1.
  • Proper permissions and valid Instagram channel and recipient IDs are necessary for successful message delivery.

Troubleshooting

  • Invalid Channel or Recipient ID: If the provided Instagram channel ID or recipient ID is incorrect or does not exist, the API will return an error. Verify these IDs before running the node.
  • Authentication Errors: Missing or invalid API authentication tokens will cause authorization failures. Ensure the API key credential is correctly set up in n8n.
  • Message Content Issues: Sending empty messages or messages exceeding allowed length may cause errors. Confirm the "Mensagem" property contains valid text.
  • API Rate Limits: Excessive message sending might trigger rate limits on the NotificaMe Hub API. Monitor usage and implement delays if necessary.
  • Network or Connectivity Problems: Network issues can prevent the node from reaching the API endpoint. Check internet connectivity and firewall settings.

Links and References

Discussion