Actions30
- Call Actions
- Contact Actions
- Dialer Actions
- Integration Actions
- List Actions
- Report Actions
- SMS Actions
- User Actions
- Developer Feedback Actions
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
- Retrieve statistics for a specific dialer over the last month to analyze call success rates.
- 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 retrieveddate_from- Start date of the statistics perioddate_to- End date of the statistics periodstatistics- 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
- Oki-Toki API Dialer Statistics Endpoint - Official API documentation for retrieving dialer statistics.
