Oki-Toki icon

Oki-Toki

Interact with Oki-Toki API (Calls, Contacts, Dialers, Lists, Reports, Users)

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

  1. A telecom company uses this node to generate a report on routing suppliers' costs between two dates to optimize their call routing expenses.
  2. 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.

Discussion