NotificaMe Hub icon

NotificaMe Hub

Integração com NotificaMe Hub API

Overview

The node "NotificaMe Hub" integrates with the NotificaMe Hub API, providing a unified interface to interact with multiple messaging and sales platforms. Specifically, for the Mercado Livre resource with the operation "Responder Pergunta" (Answer Question), this node allows users to send answers to questions posted on their Mercado Livre sales channels.

This is useful for sellers who want to automate or streamline responding to customer inquiries directly from their workflow automation in n8n, without manually logging into Mercado Livre. For example, when a new question arrives on a product listing, the node can be triggered to post a predefined or dynamically generated answer back to the customer.

Properties

Name Meaning
ID Do Canal The unique identifier of the Mercado Livre channel where the question was asked.
ID Da Pergunta The unique identifier of the specific question on Mercado Livre that needs a response.
Mensagem The text content of the answer message to be sent as a reply to the question.

Output

  • The node outputs JSON data representing the result of the "answer question" action on Mercado Livre.
  • This typically includes confirmation details such as the status of the response submission, identifiers, timestamps, or any error messages returned by the API.
  • There is no indication that binary data is output by this operation.

Dependencies

  • Requires an active connection to the NotificaMe Hub API.
  • Users must configure an API authentication credential (e.g., an API key) within n8n to authorize requests.
  • The node uses the base URL https://hub.notificame.com.br/v1 for API calls.
  • No other external dependencies are indicated.

Troubleshooting

  • Common Issues:

    • Invalid or missing channel ID or question ID will cause the API call to fail.
    • Providing an empty or invalid message text may result in rejection by the API.
    • Network connectivity issues or incorrect API credentials will prevent successful communication.
  • Error Messages:

    • Errors related to authorization usually indicate misconfigured or expired API credentials.
    • Validation errors from the API might specify which input property is missing or malformed.
    • Timeout or network errors suggest checking internet connectivity or API service status.
  • Resolutions:

    • Verify all required fields are correctly filled before execution.
    • Ensure the API credential is valid and has necessary permissions.
    • Check the NotificaMe Hub service status if persistent network errors occur.

Links and References

Discussion