Oki-Toki icon

Oki-Toki

Interact with Oki-Toki API (Calls, Contacts, Dialers, Lists, Reports, Users)

Overview

This node interacts with the Oki-Toki API to retrieve statistics for dialers. It allows users to fetch statistical data for a specific dialer or all dialers within a specified date range. This is useful for monitoring dialer performance and analyzing call campaign effectiveness.

Use Case Examples

  1. Retrieve statistics for a specific dialer over the last month to analyze call success rates.
  2. Get overall statistics for all dialers in the system to monitor general performance trends.

Properties

Name Meaning
Dialer Select the dialer to retrieve statistics for. If left empty, statistics for all dialers are retrieved.
Additional Fields Optional fields to specify the date range for the statistics, including 'Date From' and 'Date To'.

Output

JSON

  • dialer_id - ID of the dialer for which statistics are retrieved
  • date_from - Start date of the statistics period
  • date_to - End date of the statistics period
  • statistics - Statistical data returned by the API for the dialer(s)

Dependencies

  • Requires an API key credential for the Oki-Toki API to authenticate requests.

Troubleshooting

  • Ensure the API key credential is correctly configured and has the necessary permissions to access dialer statistics.
  • If no dialer ID is provided, the node returns statistics for all dialers; ensure this is intended to avoid large data sets.
  • Date fields must be in a valid date-time format; invalid dates may cause API errors.

Links

Discussion