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 and related call data. Specifically, the 'Get Calls Log' operation fetches call history logs with flexible filtering options such as date ranges, call types, function names, and pagination controls. This node is useful for users who want to analyze call activities, generate reports, or integrate call data into workflows. For example, a user can retrieve all incoming calls from the previous week or get detailed call data for a specific session ID.

Use Case Examples

  1. Retrieve call logs for the previous week filtered by incoming and outgoing calls.
  2. Fetch call logs within a custom date range with a limit on the number of results.
  3. Get detailed call data by providing a specific session ID.

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 only if 'Date Range' is set to 'Custom Range'.
Date To End date for custom range (YYYY-MM-DD). Used only if 'Date Range' is set to 'Custom Range'.
Additional Fields Additional filters and controls for the call log query.

Output

JSON

  • json - The JSON response from the Oki-Toki API containing the call logs or call data.

Dependencies

  • Oki-Toki API with an 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 (YYYY-MM-DD) when using a custom range.
  • If no results are returned, check the filters such as call types and function names to ensure they match existing data.
  • Pagination parameters (limit and offset) should be within valid ranges to avoid errors.

Links

Discussion