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 queue status summary report. It fetches performance metrics for call queues within a specified date range, optionally filtered by queue ID, project ID, or user ID. This is useful for monitoring and analyzing call center queue performance over time.
Use Case Examples
- A call center manager wants to generate a report showing the performance of a specific call queue over the last month to identify peak times and optimize staffing.
- A supervisor needs to review queue metrics filtered by project ID to evaluate the effectiveness of different projects in handling call volume.
Properties
| Name | Meaning |
|---|---|
| Date From | Start date for the report (required) |
| Date To | End date for the report (required) |
| Additional Fields | Optional filters and pagination settings for the report |
Output
JSON
json- The JSON response from the Oki-Toki API containing queue performance metrics for the specified date range and filters
Dependencies
- Oki-Toki API with authentication credentials
Troubleshooting
- Ensure the dateFrom and dateTo parameters are provided and correctly formatted as date-time strings.
- Verify that the API credentials for Oki-Toki are correctly configured and have sufficient permissions to access report data.
- If filtering by queue_id, project_id, or user_id, confirm these IDs exist and are valid in the Oki-Toki system.
- Check network connectivity and API endpoint availability if requests fail.
Links
- Oki-Toki API Queue Status Summary Endpoint - Official API documentation for the queue status summary report endpoint
