Actions27
- Call Actions
- Contact Actions
- Dialer Actions
- List Actions
- Report Actions
- User Actions
Overview
This node interacts with the Oki-Toki API to retrieve call logs based on flexible filters. It is useful for scenarios where users need to analyze call history data, such as monitoring call center performance or auditing call activities. For example, users can fetch call logs for a specific date range, filter by call types (incoming, outgoing, auto), and paginate results.
Use Case Examples
- Retrieve call logs for the previous week to analyze call volume trends.
- Fetch call logs filtered by incoming calls only for a custom date range.
- Limit the number of call log entries returned to 100 with an offset for pagination.
Properties
| Name | Meaning |
|---|---|
| Date Range | Select predefined date range or custom for filtering call logs |
| Date From | Start date for custom range (YYYY-MM-DD) used when Date Range is set to Custom Range |
| Date To | End date for custom range (YYYY-MM-DD) used when Date Range is set to Custom Range |
| Additional Fields | Optional filters and pagination settings for the call logs |
Output
JSON
json- The JSON response from the Oki-Toki API containing the call logs 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 date range parameters are correctly formatted as YYYY-MM-DD to prevent request failures.
- If no results are returned, check the filters such as call types and function name to ensure they match existing data.
- Pagination parameters (limit and offset) should be within valid ranges to avoid empty or incomplete responses.
Links
- Oki-Toki API Documentation - Official API documentation for Oki-Toki, detailing endpoints and parameters.
