Actions27
- Call Actions
- Contact Actions
- Dialer Actions
- List Actions
- Report Actions
- User Actions
Overview
This node interacts with the Oki-Toki API to retrieve statistics related to dialers. Specifically, the 'Get Statistics' operation fetches statistical data for one or all dialers within an optional date range. This is useful for monitoring dialer performance, analyzing call campaigns, and generating reports on dialer activity.
Use Case Examples
- A user wants to get statistics for a specific dialer by providing its ID and a date range to analyze call outcomes over that period.
- A user wants to retrieve aggregated statistics for all dialers without specifying an ID, optionally filtering by date range.
Properties
| Name | Meaning |
|---|---|
| Dialer ID | The ID of the dialer to retrieve statistics for. If left empty or zero, statistics for all dialers are retrieved. |
| Additional Fields | Optional fields to specify the date range for the statistics, including 'Date From' and 'Date To' to filter the data by start and end dates. |
Output
JSON
dialer_id- The ID of the dialer for which statistics are returned.date_from- The start date of the statistics period.date_to- The end date of the statistics period.statistics- The statistical data related to the dialer activity within the specified period.
Dependencies
- Requires an API key credential for Oki-Toki API authentication.
Troubleshooting
- Ensure the API credentials are correctly configured and valid to avoid authentication errors.
- If no data is returned, verify that the dialer ID is correct or try leaving it empty to fetch statistics for all dialers.
- Date fields must be in a valid date-time format; incorrect formatting may cause request failures.
