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 a dialer tasks result report. It fetches task completion data for dialers within a specified date range, optionally filtered by limit, offset, queue ID, project ID, or user ID. This is useful for monitoring and analyzing dialer task performance over time, such as in call centers or telemarketing campaigns.
Use Case Examples
- Generate a report of dialer tasks completed between two dates to evaluate campaign effectiveness.
- Retrieve a limited number of dialer task results for a specific project to analyze user performance.
Properties
| Name | Meaning |
|---|---|
| Date From | Start date for the report (YYYY-MM-DD) |
| Date To | End date for the report (YYYY-MM-DD) |
| Additional Fields | Optional filters and pagination settings for the report |
Output
JSON
json- The JSON response from the Oki-Toki API containing the dialer tasks result report data
Dependencies
- Oki-Toki API with authentication credentials
Troubleshooting
- Ensure the dateFrom and dateTo parameters are provided and correctly formatted as date strings (YYYY-MM-DD).
- Verify that the Oki-Toki API credentials are correctly configured and have the necessary permissions to access report data.
- If the API returns an error, check the additional fields for valid filter values such as queue_id, project_id, and user_id.
- Network issues or incorrect base URL configuration can cause request failures; verify connectivity and API endpoint correctness.
Links
- Oki-Toki API Documentation - Official API documentation for Oki-Toki, including endpoints for reports and dialer tasks.
