Relacio - WhatsApp icon

Relacio - WhatsApp

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

Actions58

Overview

This node integrates with a WhatsApp relationship platform to perform various operations related to contacts, groups, messages, marketing campaigns, protocols, and more. Specifically, the "Grupos - WhatsApp - Histórico" operation allows users to fetch historical messages from WhatsApp groups by specifying the group ID and pagination.

Common scenarios where this node is beneficial include:

  • Retrieving past conversations from WhatsApp groups for analysis or record-keeping.
  • Automating workflows that require access to group message history.
  • Integrating WhatsApp group data into CRM or support systems.

Practical example:

  • A customer support team wants to automatically pull all messages from a specific WhatsApp group to analyze customer feedback and sentiment over time.

Properties

Name Meaning
Listar Mensagens De Grupos Do WhatsApp Notice indicating this operation fetches messages linked to WhatsApp groups.
ID Do Grupo Do WhatsApp The unique identifier of the WhatsApp group whose messages you want to retrieve. Example: g123456789.
Número De Páginas The page number for paginated listing of messages. Defaults to 1.

Output

The output contains JSON data representing the fetched WhatsApp group messages. Each item in the output corresponds to a message from the specified WhatsApp group, including details such as message content, sender, timestamp, and other metadata provided by the platform.

If the node supports binary data (not explicitly shown here), it would typically represent media attachments within messages (images, audio, video) in binary form.

Dependencies

  • Requires an API key credential for authenticating with the WhatsApp relationship platform.
  • The node depends on the external service's API to fetch WhatsApp group messages.
  • Proper configuration of the API credentials in n8n is necessary for successful execution.

Troubleshooting

  • Missing or invalid Group ID: Ensure the "ID Do Grupo Do WhatsApp" property is correctly set and corresponds to an existing WhatsApp group.
  • API authentication errors: Verify that the API key credential is valid and has the necessary permissions.
  • Pagination issues: If no messages are returned, check if the page number exceeds available pages.
  • Network or service downtime: Confirm connectivity to the external WhatsApp platform API.

Common error messages might include authentication failures, invalid parameters, or rate limiting notices. Resolving these usually involves checking credentials, input values, and API usage limits.

Links and References

Discussion