Actions31
- Revenda Actions
- Instagram Actions
- Messenger Actions
- WhatsApp Actions
- Telegram Actions
- Mercado Livre Actions
- OLX Actions
- WebChat Actions
- Email Actions
Overview
The NotificaMe Hub node for n8n enables integration with the NotificaMe Hub API, specifically allowing you to send audio messages via Instagram Direct. This is useful for automating customer engagement, support, or notifications where sending voice notes to Instagram users is required.
Common scenarios:
- Sending automated voice responses to customers on Instagram.
- Delivering audio-based notifications or alerts to followers or clients.
- Integrating Instagram audio messaging into broader marketing or support workflows.
Example:
A business could use this node to automatically send a welcome audio message to new Instagram followers or respond to inquiries with pre-recorded voice notes.
Properties
| Display Name | Type | Required | Description |
|---|---|---|---|
| ID Do Canal | String | Yes | ID do canal do Instagram (Instagram channel ID) |
| ID Do Destinatário | String | Yes | ID do destinatário no Instagram (Recipient's Instagram user ID) |
| URL Do Áudio | String | Yes | URL pública do arquivo de áudio (Public URL of the audio file to be sent) |
Output
The node outputs a json object containing the response from the NotificaMe Hub API after attempting to send the audio message. The structure typically includes:
- status: Indicates success or failure of the operation.
- message: A description or status message from the API.
- data: Details about the sent message, such as message ID, timestamps, or recipient information.
Note: The exact fields may vary depending on the API response. If the operation fails, error details will be included in the output.
Dependencies
- External Service: Requires access to the NotificaMe Hub API.
- API Credentials: You must configure the
notificamehubApicredential in n8n. - Audio File Hosting: The audio file must be accessible via a public URL.
Troubleshooting
Common Issues:
- Invalid Channel or Recipient ID: Ensure both IDs are correct and correspond to valid Instagram accounts/channels.
- Audio URL Inaccessible: The provided audio URL must be publicly accessible; private or expired links will cause failures.
- Authentication Errors: Make sure your NotificaMe Hub API credentials are correctly set up in n8n.
Common Error Messages:
"Invalid channelId or recipientId": Double-check the IDs provided."Audio file not found or inaccessible": Verify the audio URL is correct and publicly reachable."Authentication failed": Reconfigure your NotificaMe Hub API credentials in n8n.
Links and References
- NotificaMe Hub API Documentation
- n8n Documentation: Creating and Using Credentials
- Instagram Messaging API Reference