Clientes Online - WhatsApp icon

Clientes Online - WhatsApp

Interação com a Plataforma de Relacionamento via WhatsApp - Clientes.Online

Actions59

Overview

This node integrates with the "Clientes Online - WhatsApp" platform, a relationship management system via WhatsApp. It provides a wide range of operations to interact with contacts, campaigns, groups, protocols, messages, and other resources within the platform.

The specific operation "Acesso - Credenciais" (Access - Credentials) is used to authenticate and obtain access credentials for the platform. This operation allows users to specify scopes that define the permissions granted during authentication.

Typical use cases include:

  • Logging in to the Clientes Online platform with specific permission scopes.
  • Automating workflows that require authenticated access to various WhatsApp-related resources such as contacts, campaigns, or messaging.
  • Managing user permissions by selecting only the necessary scopes for a given integration scenario.

Example: A marketing automation workflow might use this node to log in with scopes limited to campaign and contact access, ensuring least privilege while enabling campaign message sending.

Properties

Name Meaning
Escopos Select the required permission scopes for connecting to your WhatsApp Relationship Platform. Choose only the scopes you need. 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 output of the "Acesso - Credenciais" operation is JSON data representing the authentication result and credentials obtained from the Clientes Online platform. This typically includes tokens or session information needed for subsequent API calls.

The exact structure depends on the platform's response but generally contains fields such as access tokens, expiration times, and granted scopes.

No binary data output is indicated for this operation.

Dependencies

  • Requires an API key credential configured in n8n to authenticate requests to the Clientes Online platform.
  • The node depends on the external Clientes Online API service for all operations.
  • Proper network connectivity to the Clientes Online API endpoints is necessary.

Troubleshooting

  • Invalid Credentials or Scopes: If authentication fails, verify that the API key credential is correctly set up and that the selected scopes are valid and permitted for your account.
  • Missing Required Scopes: Selecting insufficient scopes may cause later operations to fail due to lack of permissions. Ensure you select all necessary scopes for your intended actions.
  • Network Issues: Connectivity problems can prevent successful login. Check firewall settings and internet access.
  • API Rate Limits: Excessive requests may be throttled by the platform. Implement retry logic or reduce request frequency if errors occur.

Common error messages might include authentication failures or permission denied responses. Resolving these usually involves checking credentials, scopes, and API access rights.

Links and References

Discussion