Clientes Online - WhatsApp icon

Clientes Online - WhatsApp

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

Actions59

Overview

This node interacts with the "Clientes Online - WhatsApp" platform, providing various operations related to contacts, messaging, protocols, marketing campaigns, groups, and user schedules. Specifically, the operation Usuário - Agenda - Listar (translated as "User - Schedule - List") retrieves the schedule events of a specified operator within a given date range.

This operation is useful for scenarios where you need to programmatically access an operator's calendar or agenda events from the Clientes Online platform, such as:

  • Displaying an operator’s upcoming appointments or tasks in a dashboard.
  • Automating reminders or notifications based on scheduled events.
  • Integrating operator schedules with other systems like CRM or workforce management tools.

Properties

Name Meaning
ID do Operador The unique identifier of the operator whose schedule events you want to retrieve.
Data Inicial The start date of the period for which to fetch schedule events. Format: YYYY-MM-DD.
Data Final The end date of the period for which to fetch schedule events. Format: YYYY-MM-DD.
Página The page number of the event list to retrieve, used for pagination. Minimum value is 1.

Output

The node outputs JSON data representing the schedule events of the specified operator within the requested date range. Each item in the output corresponds to an event or appointment in the operator’s agenda.

The exact structure of each event object depends on the API response from the Clientes Online platform but typically includes details such as event time, description, status, and possibly related contact or protocol information.

No binary data output is indicated for this operation.

Dependencies

  • Requires an API key credential for authentication with the Clientes Online platform.
  • The node depends on the external Clientes Online API service to fetch schedule data.
  • Proper configuration of the API credentials in n8n is necessary for successful execution.

Troubleshooting

  • Common issues:

    • Invalid or missing operator ID will result in no data or errors.
    • Incorrect date format (not YYYY-MM-DD) may cause the API to reject the request.
    • Pagination parameters out of range might return empty results.
    • Network or authentication failures if API credentials are not set correctly.
  • Error messages:

    • Authentication errors indicate invalid or missing API credentials; verify and update them.
    • Validation errors about dates or IDs suggest checking input formats and required fields.
    • Empty responses may mean no events exist for the given criteria or incorrect parameters.

To resolve these issues, ensure all required properties are correctly filled, credentials are valid, and the API service is reachable.

Links and References

Discussion