SacNews - Relacionamento icon

SacNews - Relacionamento

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

Actions59

Overview

This node integrates with the SacNews platform, a WhatsApp-based customer relationship system. It supports multiple operations related to contacts, channels, protocols, groups, marketing campaigns, and more. Specifically, the "Contato - Listar Todos" (Contact - List All) operation retrieves a paginated list of all contacts from the platform.

Use cases include:

  • Fetching all contacts for CRM synchronization or reporting.
  • Automating workflows that require bulk contact data retrieval.
  • Integrating contact lists into other systems or dashboards.

Example: You can use this node to get page 2 of your contact list to process or analyze customer interactions in batches.

Properties

Name Meaning
Página Page number of contacts to display; minimum value is 1

The property "Página" corresponds to the page number parameter used when listing all contacts, allowing pagination through the contact list.

Output

The node outputs JSON data representing the list of contacts retrieved from the SacNews platform. The structure typically includes an array of contact objects with their details such as names, identifiers, tags, and other profile information.

No binary data output is indicated.

Dependencies

  • Requires an API key credential for authenticating with the SacNews platform.
  • The node depends on internal action modules (imported as a) which implement the actual API calls.
  • Proper configuration of the API authentication token in n8n credentials is necessary.

Troubleshooting

  • Common issues:

    • Invalid or missing API credentials will cause authentication failures.
    • Requesting a page number beyond available pages may return empty results.
    • Network connectivity problems can prevent successful API calls.
  • Error messages:

    • Authentication errors usually indicate invalid or expired API keys; verify and update credentials.
    • Rate limiting or quota exceeded errors suggest too many requests; consider adding delays or checking API limits.
    • Unexpected response formats might indicate API changes; ensure the node and its dependencies are up to date.

Links and References

  • SacNews Platform Documentation (for API details and authentication)
  • n8n Documentation on creating custom nodes and using credentials

Discussion