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 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
- Retrieve call logs for the previous week filtered by incoming and outgoing calls.
- Fetch call logs within a custom date range with a limit on the number of results.
- 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
- Oki-Toki API Documentation - Official API documentation for Oki-Toki, detailing endpoints and parameters.
