Relacio - WhatsApp icon

Relacio - WhatsApp

Interação com a Plataforma de Relacionamento via WhatsApp - Relacio

Actions58

Overview

This node integrates with a WhatsApp-based customer relationship platform called "Relacio." It provides various operations to interact with contacts, messages, protocols, campaigns, groups, and other related entities within the platform. The specific operation "Recados - Listar - Todos" (List All Inbox Messages) retrieves all inbox messages or notes ("recados") from the system.

Common scenarios for this node include:

  • Fetching all incoming messages or notes for processing or monitoring.
  • Automating workflows based on received WhatsApp messages.
  • Integrating WhatsApp communication data into other systems or dashboards.

For example, a user might use this node to list all inbox messages on a given page to analyze customer inquiries or automate responses.

Properties

Name Meaning
Número Da Página The page number of results to fetch when listing all inbox messages. Must be 1 or higher.

Output

The node outputs JSON data representing the list of inbox messages retrieved from the platform. Each item in the output corresponds to an individual message or note in the inbox.

If the node supports binary data output (not explicitly shown here), it would typically represent media attachments or files associated with messages.

Dependencies

  • Requires an API key credential to authenticate with the Relacio WhatsApp platform.
  • The node depends on the external Relacio API service to perform actions such as fetching inbox messages.
  • Proper configuration of the API credentials in n8n is necessary for successful execution.

Troubleshooting

  • Common issues:

    • Invalid or missing API credentials will cause authentication failures.
    • Requesting a page number less than 1 may result in errors or empty results.
    • Network connectivity problems can prevent access to the external API.
  • Error messages:

    • Authentication errors typically indicate invalid or expired API keys; reconfigure credentials.
    • Pagination errors may occur if the page parameter is out of range; ensure the page number is valid.
    • Timeout or connection errors suggest network issues; verify internet access and API availability.

Links and References

Discussion