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 routing suppliers summary report. It fetches provider cost analysis data for a specified date range, with optional parameters to limit the number of results and paginate through them. This is useful for analyzing costs associated with routing suppliers over a given period, helping businesses optimize their telephony expenses.
Use Case Examples
- Generate a report of routing supplier costs from January 1, 2024, to January 31, 2024, to analyze monthly expenses.
- Fetch the top 50 routing suppliers' cost summary for the last quarter to identify the most cost-effective providers.
Properties
| Name | Meaning |
|---|---|
| Date From | Start date for the report, specifying the beginning of the date range for the routing suppliers summary. |
| Date To | End date for the report, specifying the end of the date range for the routing suppliers summary. |
| Additional Fields | Optional parameters to refine the report, including limit (maximum number of results) and offset (number of results to skip for pagination). |
Output
JSON
json- The JSON response from the Oki-Toki API containing the routing suppliers 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 date strings (YYYY-MM-DD).
- Check API credentials are valid and have the necessary permissions to access report data.
- If the API returns an error about unknown report operation, verify the operation parameter is set to 'routingSuppliersSummary'.
- Network issues or incorrect base URL configuration can cause request failures; verify connectivity and credential settings.
Links
- Oki-Toki API Routing Suppliers Summary Endpoint - Official API endpoint documentation for retrieving routing suppliers summary reports.
