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 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

  1. Retrieve call logs for the previous week to analyze call volume trends.
  2. Fetch call logs filtered by incoming calls only for a custom date range.
  3. 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

Discussion