Actions5
- Revenda Actions
- Instagram Actions
Overview
This node integrates with the NotificaMe Hub API to send audio messages via Instagram. It is useful for automating communication on Instagram by sending audio files to specific recipients within a channel. For example, businesses can use it to send voice messages to customers or followers directly through Instagram.
Use Case Examples
- Sending a promotional audio message to a list of Instagram followers.
- Automating customer support responses with pre-recorded audio messages on Instagram.
Properties
| Name | Meaning |
|---|---|
| ID Do Canal | The Instagram channel ID where the audio message will be sent. |
| ID Do Destinatário | The recipient's Instagram ID who will receive the audio message. |
| URL Do Áudio | The public URL of the audio file to be sent. |
| Request Options | Additional HTTP request options such as batching, SSL certificate validation, proxy settings, and timeout configuration. |
Output
JSON
response- The JSON response from the NotificaMe Hub API after sending the audio message, typically including status and message details.
Dependencies
- Requires an API key credential for NotificaMe Hub API authentication.
Troubleshooting
- Ensure the channel ID and recipient ID are correct and valid Instagram identifiers.
- Verify the audio URL is publicly accessible and correctly formatted.
- Check network connectivity and proxy settings if used.
- If SSL errors occur, consider enabling the option to ignore SSL issues, but be aware of security risks.
- Timeout errors may require increasing the timeout setting in request options.
Links
- NotificaMe Hub API Documentation - Official documentation for the NotificaMe Hub API, including endpoints and usage details.