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" to perform various operations related to contacts, campaigns, messages, groups, protocols, and more. Specifically, the Marketing - Campanha - Resumo operation allows users to obtain a summary of a WhatsApp marketing campaign by providing its campaign ID.

Common scenarios where this node is beneficial include:

  • Retrieving summarized performance or status data of WhatsApp marketing campaigns.
  • Automating workflows that require campaign insights for reporting or decision-making.
  • Integrating WhatsApp campaign data into broader marketing automation or CRM systems.

For example, a user can input a campaign ID to fetch key metrics or summary information about that campaign's reach, engagement, or status directly within an n8n workflow.

Properties

Name Meaning
Obter Resumo Da Campanha WhatsApp A notice indicating that this operation retrieves a summary of a WhatsApp campaign.
ID Da Campanha The unique identifier (string) of the WhatsApp campaign for which to fetch the summary.

Output

The node outputs JSON data containing the summary details of the specified WhatsApp campaign. This typically includes campaign metrics, status, and other relevant summary information returned from the external platform's API.

No binary data output is indicated for this operation.

Dependencies

  • Requires an API key credential to authenticate with the Relacio WhatsApp platform.
  • The node depends on the external Relacio API service to fetch campaign summaries.
  • Proper configuration of the API authentication in n8n credentials is necessary.

Troubleshooting

  • Missing or invalid campaign ID: Ensure the "ID Da Campanha" property is correctly set and corresponds to an existing campaign.
  • Authentication errors: Verify that the API key credential is valid and has sufficient permissions.
  • API connectivity issues: Check network access and the availability of the Relacio platform.
  • Unexpected response format: If the API changes, the node might fail to parse the summary; updating the node or checking API docs may be required.

Links and References

Discussion