NotificaMe Hub icon

NotificaMe Hub

Integração com NotificaMe Hub API

Overview

This node operation allows sending a file (image or video) via Instagram messaging. It is useful for automating the process of sharing media files with Instagram recipients through their channel and recipient IDs. For example, a business can use this to send promotional images or videos directly to customers on Instagram.

Use Case Examples

  1. Sending a promotional image to a customer on Instagram by specifying the channel ID, recipient ID, and image URL.
  2. Sending a video tutorial to a user on Instagram using the video file type and providing the public URL of the video.

Properties

Name Meaning
ID Do Canal The Instagram channel ID from which the file will be sent.
ID Do Destinatário The Instagram recipient ID to whom the file will be sent.
Tipo Do Arquivo The type of file to send, either an image or a video.
URL Do Arquivo The public URL of the file to be sent.
Request Options Additional HTTP request options such as batching, SSL certificate validation, proxy settings, and timeout configuration.

Output

JSON

  • success - Indicates if the file was sent successfully.
  • messageId - The ID of the sent message, useful for tracking or referencing.
  • status - The status of the file sending operation.

Dependencies

  • Requires an API key credential for authentication with the NotificaMe Hub API.

Troubleshooting

  • Ensure the channel ID and recipient ID are correct and valid Instagram identifiers.
  • Verify the file URL is publicly accessible and correctly formatted.
  • Check the file type matches the actual file being sent (image or video).
  • If SSL issues occur, consider enabling the option to ignore SSL certificate validation, but be aware of security risks.
  • If requests time out, increase the timeout setting or check network connectivity.

Discussion