NotificaMe Hub icon

NotificaMe Hub

Integração com NotificaMe Hub API

Overview

This node enables you to respond to Instagram comments via the NotificaMe Hub API. It is designed for scenarios where you need to automate replies to user comments on your Instagram posts, such as customer support, engagement campaigns, or community management. For example, you can use this node in an n8n workflow to automatically reply to comments with a thank-you message or provide further information based on the comment's content.

Properties

The following input properties are supported for the "Instagram" resource and "Comentário" operation:

Display Name Type Description
ID Do Canal String ID do canal do Instagram (Instagram channel ID)
ID Do Destinatário String ID do destinatário no Instagram (Recipient's Instagram ID)
ID Do Comentário String ID do comentário a ser respondido (Comment ID to reply to)
Resposta String Texto da resposta ao comentário (Reply text)

All fields are required.

Output

The node outputs a json object containing the result of the reply action. The structure typically includes:

  • Confirmation that the reply was sent.
  • Details about the replied comment (such as IDs).
  • Any response data returned by the NotificaMe Hub API.

Note: The exact output fields depend on the API response but generally include status and identifiers relevant to the comment reply.

Dependencies

  • External Service: Requires access to the NotificaMe Hub API.
  • API Credentials: You must configure the notificamehubApi credentials in n8n.
  • Environment: No additional environment variables are needed beyond standard n8n configuration.

Troubleshooting

  • Invalid or Missing IDs: If any of the required IDs (channel, recipient, comment) are incorrect or missing, the node may return errors such as "Resource not found" or "Missing parameter." Double-check all input values.
  • Authentication Errors: If the API credentials are not set up correctly, you may encounter authentication failures. Ensure the notificamehubApi credential is properly configured in n8n.
  • API Rate Limits or Downtime: If the NotificaMe Hub API is unavailable or rate-limited, requests may fail. Check the service status if you receive unexpected errors.

Links and References

Discussion