NotificaMe Hub icon

NotificaMe Hub

Integração com NotificaMe Hub API

Overview

The node "NotificaMe Hub" integrates with the NotificaMe Hub API to send various types of messages across multiple messaging platforms. Specifically, for the Messenger resource and the "Enviar Audio" (Send Audio) operation, this node sends an audio message to a recipient on Facebook Messenger.

This operation is useful in scenarios where you want to automate sending voice notes or audio clips to users via Messenger, such as customer support voice responses, marketing audio messages, or notifications that are better conveyed through sound.

Example use cases:

  • Sending a welcome audio message to new subscribers.
  • Delivering audio instructions or alerts.
  • Sharing podcasts or music clips directly within Messenger conversations.

Properties

Name Meaning
ID Do Canal The channel ID of the Messenger account used to send the audio message.
ID Do Destinatário The recipient's unique ID on Messenger who will receive the audio message.
URL Do Áudio A publicly accessible URL pointing to the audio file to be sent.

Output

The node outputs JSON data representing the response from the NotificaMe Hub API after attempting to send the audio message. This typically includes information about the success or failure of the message delivery, message IDs, timestamps, or error details if any.

If the node supports binary data output (not explicitly shown here), it would represent the audio content or related media metadata, but based on the provided code and properties, the main output is JSON confirming the message status.

Dependencies

  • Requires an active connection to the NotificaMe Hub API.
  • Needs an API key credential configured in n8n for authenticating requests to the NotificaMe Hub.
  • The audio file must be hosted at a publicly accessible URL; the node does not upload files itself.
  • Proper configuration of Messenger channel and recipient IDs is necessary.

Troubleshooting

  • Invalid Channel or Recipient ID: If the channel or recipient ID is incorrect or not authorized, the API will likely return an error. Verify these IDs carefully.
  • Audio URL Accessibility: The audio URL must be publicly accessible without authentication. Private URLs or expired links will cause failures.
  • API Authentication Errors: Ensure the API key credential is valid and has permissions to send messages via the NotificaMe Hub.
  • Message Delivery Failures: Network issues or restrictions on the recipient's Messenger account can prevent message delivery.
  • Error Messages: Common errors might include "Unauthorized", "Invalid recipient", or "File not found". Check the error details in the node output and verify credentials, IDs, and URLs accordingly.

Links and References

Discussion