Actions27
- Call Actions
- Contact Actions
- Dialer Actions
- List Actions
- Report Actions
- User Actions
Overview
This node interacts with the Oki-Toki API to retrieve a dialer tasks result report within a specified date range. It is useful for obtaining task completion reports related to dialer operations, helping users analyze dialer performance over time. For example, a user can specify a start and end date to get a summary of dialer tasks completed during that period, optionally filtering results by limit, offset, queue ID, project ID, or user ID.
Use Case Examples
- Generate a dialer tasks result report for the last month to analyze task completion rates.
- Retrieve dialer task results filtered by a specific project ID to evaluate project-specific dialer performance.
Properties
| Name | Meaning |
|---|---|
| Date From | Start date for the report, specifying the beginning of the date range for the dialer tasks result report. |
| Date To | End date for the report, specifying the end of the date range for the dialer tasks result report. |
| Additional Fields | Optional parameters to refine the report, including limit (maximum number of results), offset (number of results to skip), queue ID, project ID, and user ID for filtering. |
Output
JSON
json- The JSON output contains the dialer tasks result report data retrieved from the Oki-Toki API, including task completion details within the specified date range and applied filters.
Dependencies
- Oki-Toki API with an API key credential
Troubleshooting
- Ensure the API credentials are correctly configured and valid to avoid authentication errors.
- Verify that the dateFrom and dateTo parameters are provided and correctly formatted as date strings (YYYY-MM-DD).
- Check that any optional filters like queue_id, project_id, or user_id are valid numeric values if used.
- If the API returns an error, review the error message for details and adjust parameters accordingly.
Links
- Oki-Toki API Dialer Tasks Result Report - Official API endpoint documentation for retrieving dialer tasks result reports.
