Relacio - WhatsApp icon

Relacio - WhatsApp

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

Actions58

Overview

This node interacts with a WhatsApp relationship platform called "Relacio" and supports many operations. The specific operation of interest here is Extra - CSV - Formatar (operation value: fetchCsvDataAction). This operation downloads a CSV file from a provided URL, processes its data, and formats it according to a selected CSV data type.

Common scenarios for this node include:

  • Importing and formatting contact lists or phone numbers stored in CSV files.
  • Preparing CSV data for further processing or integration with WhatsApp messaging workflows.
  • Automating the extraction and normalization of phone-related data from external CSV sources.

Practical example:

  • You have a CSV file hosted online containing phone numbers and names. Using this node, you can fetch that CSV by URL and format the data as "Telefone + Nome" (phone + name) for use in personalized WhatsApp campaigns.

Properties

Name Meaning
Formato Do CSV Select the type of CSV data to process. Options:
- Apenas Telefone (phone only)
- Telefone + Nome (phone + name)
- Telefone + CPF (phone + CPF, Brazilian individual taxpayer registry)
- Telefone + CPF + CNPJ (phone + CPF + CNPJ, Brazilian company registry)
URL The URL of the CSV file to download and process. Must be a valid accessible URL string.

Output

The node outputs JSON data representing the processed CSV content formatted according to the selected type. The structure depends on the chosen CSV format but generally includes fields such as phone number, name, CPF, and CNPJ as applicable.

No binary output is indicated for this operation.

Dependencies

  • Requires internet access to download the CSV file from the specified URL.
  • Requires an API key credential configured in n8n to authenticate with the Relacio platform.
  • No other external dependencies are explicitly required.

Troubleshooting

  • CSV URL inaccessible or invalid: Ensure the URL is correct, publicly accessible, and points directly to a CSV file.
  • Incorrect CSV format: The CSV must match the expected structure for the selected format option; otherwise, parsing may fail or produce incorrect results.
  • Authentication errors: Verify that the API key credential is correctly set up and has necessary permissions.
  • Network issues: Confirm that the n8n instance has network connectivity to reach the CSV URL.

Common error messages might relate to failed HTTP requests when fetching the CSV or parsing errors if the CSV content is malformed.

Links and References

  • Relacio Platform Documentation (general reference, not linked in code)
  • CSV format standards and best practices for phone and personal data handling
  • n8n documentation on credentials and HTTP request nodes for related setup guidance

Discussion