SacNews - Relacionamento icon

SacNews - Relacionamento

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

Actions59

Overview

This node integrates with the SacNews platform to interact with WhatsApp-related services and customer relationship management features. Specifically, the "Canais - Listar" operation lists all available WhatsApp channels configured in the SacNews platform.

Common scenarios for this node include:

  • Retrieving a list of WhatsApp channels to display or select from in workflows.
  • Managing or auditing WhatsApp communication channels connected to the platform.
  • Automating processes that depend on channel availability or properties.

For example, a user might use this node to fetch all WhatsApp channels before sending messages or routing contacts through specific channels.

Properties

Name Meaning
Aviso A notice message indicating that this operation lists all available WhatsApp channels.

The property is informational only (type: notice) and does not require user input.

Output

The output JSON contains an array of objects representing the WhatsApp channels available in the SacNews platform. Each object typically includes details about a channel such as its identifier, name, status, and other metadata relevant to WhatsApp communication channels.

No binary data output is indicated for this operation.

Dependencies

  • Requires connection to the SacNews platform via an API key credential (an API authentication token).
  • The node depends on internal action implementations imported from ./actions which handle the actual API calls.
  • Proper configuration of the API credentials within n8n is necessary for successful execution.

Troubleshooting

  • Common issues:

    • Invalid or missing API credentials will cause authentication failures.
    • Network connectivity problems may prevent access to the SacNews platform.
    • If no channels are returned, verify that channels are properly configured in the SacNews system.
  • Error messages:

    • Authentication errors typically indicate invalid or expired API tokens; reconfigure credentials.
    • Timeout or network errors suggest connectivity issues; check firewall and internet access.
    • Empty results may mean no channels exist or insufficient permissions.

Links and References


Note: This summary is based solely on static analysis of the provided source code and property definitions without runtime execution.

Discussion