Relacio - WhatsApp icon

Relacio - WhatsApp

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

Actions58

Overview

This node integrates with a WhatsApp-based Relationship Platform called "Relacio." It provides a wide range of operations to interact with the platform, such as managing contacts, campaigns, groups, protocols, messages, and more. The specific operation "Acesso - Credenciais" (Access - Credentials) allows users to authenticate and obtain access credentials with selected permission scopes.

Common scenarios for this node include automating customer relationship management workflows via WhatsApp, such as sending notifications, managing contact tags, querying contact profiles, handling messaging campaigns, and accessing various platform resources programmatically.

Practical example: A user can use the "Acesso - Credenciais" operation to log in with specific scopes like "Campaign" and "Contact" to enable subsequent actions that manage marketing campaigns and contact lists within the WhatsApp platform.

Properties

Name Meaning
Escopos Select the necessary permission scopes for connecting to your WhatsApp Relationship Platform. Choose only the scopes you need. Available options include: Campaign, Channel, Contact, Correios, Coupon, Department, Edit, Group, Import, Inbox, Manager, Monitor, Notification, Operator, Popup, Portable, Product, Protocol, Remove, Schedule, Send, SMSIDEAL, Tag, Wallet Client, Write.

Output

The node outputs JSON data corresponding to the result of the selected operation. For the "Acesso - Credenciais" operation, the output typically includes authentication tokens or credential information that enables authorized access to the platform's API with the requested scopes.

If the node supports binary data output (not explicitly shown for this operation), it would represent files or media related to WhatsApp interactions, but this is not applicable here.

Dependencies

  • Requires an API key credential for authenticating with the Relacio WhatsApp Relationship Platform.
  • The node depends on internal action modules (imported as a from "./actions") which implement the logic for each operation.
  • Proper configuration of the API key credential in n8n is necessary for successful execution.

Troubleshooting

  • Common issues:

    • Missing or invalid API key credential will cause authentication failures.
    • Selecting inappropriate or insufficient scopes may lead to authorization errors when performing subsequent operations.
    • Network connectivity problems can prevent communication with the external platform.
  • Error messages:

    • Authentication errors indicating invalid credentials: Verify that the API key credential is correctly configured and active.
    • Permission denied or insufficient scope errors: Adjust the selected scopes to include all required permissions for your intended operations.
    • Timeout or connection errors: Check network settings and ensure the platform's API endpoint is reachable.

Links and References

  • No direct external links provided in the source code.
  • For detailed platform documentation, refer to the official Relacio WhatsApp Relationship Platform resources (not included here).

Discussion