NotificaMe Hub icon

NotificaMe Hub

Integração com NotificaMe Hub API

Overview

The NotificaMe Hub node for n8n enables integration with the NotificaMe Hub API, specifically targeting various messaging and marketplace platforms. For the resource Mercado Livre and the operation Responder Pergunta, this node allows users to automatically respond to customer questions on Mercado Livre listings.

Common scenarios:

  • Automating customer support by replying to product inquiries directly from n8n workflows.
  • Integrating Mercado Livre Q&A management into broader e-commerce automation processes.
  • Ensuring timely responses to potential buyers, improving sales conversion rates.

Practical example:
When a new question is posted on one of your Mercado Livre products, you can trigger an n8n workflow that uses this node to send a predefined or dynamically generated answer back to the customer.


Properties

Display Name Type Description
ID Do Canal String ID do canal do Mercado Livre (required).
ID Da Pergunta String ID da pergunta no Mercado Livre (required).
Mensagem String Texto da resposta à pergunta (required, multiline).

Output

The node returns a json object containing the result of the response action. While the exact structure depends on the NotificaMe Hub API's response, it typically includes:

  • success: Boolean indicating if the reply was sent successfully.
  • messageId or similar: The identifier of the sent response.
  • questionId: The original question's ID.
  • responseText: The text of the answer sent.
  • timestamp: When the response was processed.

Note: The actual output fields may vary based on the API implementation.


Dependencies

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

Troubleshooting

Common issues:

  • Invalid Channel or Question ID: If either ID is incorrect or does not exist, the API will likely return an error.
  • Missing Required Fields: All three properties are required; omitting any will cause the node to fail validation.
  • Authentication Errors: Incorrect or missing API credentials will prevent successful requests.

Typical error messages and resolutions:

  • "Channel not found": Verify the "ID Do Canal" value matches your Mercado Livre channel in NotificaMe Hub.
  • "Question not found": Ensure the "ID Da Pergunta" is correct and refers to an existing question.
  • "Unauthorized": Check your NotificaMe Hub API credentials in n8n.

Links and References

Discussion