NotificaMe Hub icon

NotificaMe Hub

Integração com NotificaMe Hub API

Overview

This node integrates with the NotificaMe Hub API to send plain text emails. It is designed to send simple email messages by specifying the recipient, subject, and HTML content of the email. This node is useful in automation workflows where notifications or alerts need to be sent via email without attachments or complex formatting.

Practical examples:

  • Sending a notification email when a new user registers.
  • Alerting a team member about a system event.
  • Dispatching a confirmation email after a form submission.

Properties

Name Meaning
ID Do Canal The identifier of the email channel through which the email will be sent.
Email Do Destinatário The recipient's email address (e.g., nome@exemplo.com).
Assunto The subject line of the email message.
Conteudo HTML The HTML content of the email body. Although the operation is "Somente Texto", this field contains the HTML structure for the email content.

Output

The node outputs JSON data representing the result of the email sending operation. Typically, this includes status information such as success confirmation or error details returned from the NotificaMe Hub API.

If the node supports binary data output (not indicated here), it would represent any files or attachments sent or received, but for this operation, only JSON output related to the email sending status is expected.

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

  • Common issues:

    • Invalid or missing channel ID may cause the API to reject the request.
    • Incorrect recipient email format can lead to delivery failures.
    • Missing required fields like subject or recipient email will prevent the node from executing properly.
  • Error messages:

    • Authentication errors indicate problems with the API key or credential setup; verify the API token.
    • Validation errors from the API usually specify which input is invalid or missing.
    • Network or timeout errors suggest connectivity issues with the NotificaMe Hub service.

To resolve these, ensure all required properties are correctly filled, credentials are valid, and the network connection is stable.

Links and References

Discussion