NotificaMe Hub icon

NotificaMe Hub

Integração com NotificaMe Hub API

Overview

The node "NotificaMe Hub" integrates with the NotificaMe Hub API, enabling users to send messages through various communication channels. Specifically, for the WebChat resource and the Enviar Texto (Send Text) operation, this node allows sending a plain text message to a specified recipient within a WebChat channel.

This functionality is useful in scenarios such as:

  • Automating customer support responses via WebChat.
  • Sending notifications or alerts directly to users connected on a WebChat platform.
  • Integrating chatbots that deliver text messages based on workflow triggers.

For example, a business could use this node to automatically send order status updates or promotional messages to customers interacting through their website's WebChat.

Properties

Name Meaning
ID Do Canal The unique identifier of the WebChat channel where the message will be sent.
ID Do Destinatário The unique identifier of the recipient user within the WebChat channel.
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 confirmation details such as message ID, status, timestamps, or error information if the sending failed.

There is no indication that this node outputs binary data; it focuses on JSON structured responses related to message delivery.

Dependencies

  • Requires an active connection to the NotificaMe Hub API.
  • Needs an API authentication token or key configured in n8n credentials to authorize requests.
  • The base URL for API requests is https://hub.notificame.com.br/v1.
  • Proper configuration of the WebChat channel and recipient IDs is necessary for successful message delivery.

Troubleshooting

  • Common Issues:

    • Invalid or missing channel ID or recipient ID will cause the API to reject the request.
    • Incorrect or expired API credentials will result in authentication errors.
    • Network connectivity issues can prevent the node from reaching the NotificaMe Hub API.
  • Error Messages:

    • Authentication failures usually indicate invalid API keys; verify and update credentials.
    • Validation errors may specify which input property is incorrect or missing.
    • API rate limits or service downtime might cause temporary failures; retry later or check service status.

Links and References

Discussion