Actions27
- Call Actions
- Contact Actions
- Dialer Actions
- List Actions
- Report Actions
- User Actions
Overview
This node interacts with the Oki-Toki API to generate a User Status Summary report. It retrieves an overview of operator statuses within a specified date range, optionally filtered by project ID or user ID. This is useful for monitoring operator activity and performance in call center environments or similar setups.
Use Case Examples
- Generate a report showing operator status summaries for a specific project between two dates.
- Retrieve user status summaries filtered by a particular user ID to analyze individual operator 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 user status summary report data
Dependencies
- Requires an API key credential for Oki-Toki API authentication.
Troubleshooting
- Ensure the dateFrom and dateTo parameters are provided and correctly formatted as ISO date strings (YYYY-MM-DD).
- If the API returns an error about unknown report operation, verify that the operation parameter is set to 'userStatusSummary'.
- Check API credentials and network connectivity if requests fail.
- Pagination parameters (limit and offset) should be within valid ranges to avoid empty or incomplete results.
Links
- Oki-Toki API Documentation - Official API documentation for Oki-Toki, including report endpoints and parameters.
