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 routing suppliers summary report. It fetches provider cost analysis data for a specified date range, with optional filters such as limit, offset, queue ID, project ID, and user ID. This is useful for analyzing call routing costs and supplier performance over a given period.
Use Case Examples
- A telecom company uses this node to generate a report on routing suppliers' costs between two dates to optimize their call routing expenses.
- A call center manager retrieves supplier cost summaries to evaluate and compare different routing providers' performance and costs.
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 routing suppliers summary report data
Dependencies
- Oki-Toki API with 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 YYYY-MM-DD.
- If the API returns an error about unknown report operation, check that the operation parameter is set to 'routingSuppliersSummary'.
- Network issues or incorrect base URL configuration can cause request failures; verify connectivity and base URL settings.
Links
- Oki-Toki API Documentation - Official API documentation for Oki-Toki, including endpoints for reports and routing suppliers summary.
