SacNews - Relacionamento icon

SacNews - Relacionamento

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

Actions59

Overview

This node integrates with a WhatsApp-based Relationship Platform called SacNews, enabling various interactions such as managing contacts, campaigns, protocols, groups, and messaging. The specific operation "Acesso - Credenciais" (Access - Credentials) allows users to authenticate and obtain access credentials with selected permission scopes for the platform.

Common scenarios include:

  • Logging in to the platform with specific permissions tailored to the user's needs.
  • Managing WhatsApp contact lists, sending messages, and handling campaigns.
  • Accessing and manipulating protocol data and group memberships.
  • Importing contacts or fetching detailed information about contacts and campaigns.

Practical example:

  • A marketing team can use this node to log in with campaign and notification scopes to send targeted WhatsApp campaigns.
  • Customer support can log in with protocol and inbox scopes to manage customer service tickets and messages.

Properties

Name Meaning
Escopos (scopes) Select one or more permission scopes required for connecting to the WhatsApp Relationship Platform. 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. Choose only the necessary scopes for your connection.

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 session details confirming successful login and granted scopes.

The output structure varies depending on the operation but generally contains fields relevant to the requested data or action confirmation.

If binary data is involved in other operations (not in this login operation), it would represent files or media transferred through the platform.

Dependencies

  • Requires an API key credential for authenticating with the SacNews WhatsApp Relationship Platform.
  • The node depends on internal action modules that implement each operation's logic.
  • Proper configuration of the API key credential within n8n is necessary for successful execution.

Troubleshooting

  • Invalid Credentials Error: Ensure the API key or authentication token is correctly configured and has the necessary scopes enabled.
  • Insufficient Permissions: If certain actions fail, verify that the selected scopes during login include the required permissions.
  • Network Issues: Connectivity problems may cause timeouts or failures; check network access to the platform's API endpoints.
  • Operation Not Supported: Selecting an unsupported operation or missing required parameters will result in errors; confirm operation names and input properties.

Links and References

  • No direct external links provided in the source code.
  • Refer to the SacNews WhatsApp Relationship Platform documentation for detailed API usage and scope definitions.

Discussion