SacNews - Relacionamento icon

SacNews - Relacionamento

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

Actions59

Overview

This node integrates with a WhatsApp-based customer relationship platform, enabling various operations related to contacts, campaigns, messages, groups, and other CRM functionalities. Specifically, the "Marketing - Mensagem - Listar" operation allows users to list messages from a specific WhatsApp marketing campaign. This is useful for monitoring campaign communications, auditing message history, or extracting data for reporting.

Practical examples include:

  • Retrieving all messages sent in a particular WhatsApp marketing campaign to analyze engagement.
  • Paginating through campaign messages to process or export them in batches.
  • Using the message list to trigger follow-up workflows based on campaign responses.

Properties

Name Meaning
Listar Mensagens Da Campanha WhatsApp Notice indicating that this operation lists messages of a specific WhatsApp campaign.
ID Da Campanha The unique identifier of the WhatsApp campaign whose messages you want to list.
Número De Página The page number for paginated listing of campaign messages (minimum value is 1).

Output

The node outputs an array of JSON objects representing the messages retrieved from the specified WhatsApp campaign. Each object corresponds to a single message with details such as content, timestamps, sender/receiver info, and status (exact fields depend on the external API response).

No binary data output is indicated for this operation.

Dependencies

  • Requires connection to the external WhatsApp-based CRM platform via an API.
  • Needs an API authentication token or key configured in n8n credentials to authorize requests.
  • The node depends on bundled action modules that implement the actual API calls.

Troubleshooting

  • Missing or invalid campaign ID: Ensure the campaign ID is correctly provided; otherwise, the API call will fail or return no results.
  • Pagination issues: If the page number is out of range or invalid, the API may return empty results or errors.
  • Authentication errors: Verify that the API key or token credential is valid and has sufficient permissions.
  • Network or API downtime: Temporary connectivity issues can cause failures; retry after some time.
  • Unexpected API response structure: Changes in the external API might require updating the node's action implementations.

Links and References

  • Refer to the WhatsApp marketing campaign API documentation of the integrated platform for detailed message schema and pagination behavior.
  • Consult n8n documentation on how to configure API credentials securely.

Discussion