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 CRM questionnaire logs within a specified date range. It allows users to generate reports on survey response tracking by providing start and end dates, along with optional parameters like limit, offset, queue ID, project ID, and user ID to filter the results. This node is useful for analyzing CRM survey data over time, monitoring user responses, and generating detailed reports for business insights.

Use Case Examples

  1. Generate a report of CRM questionnaire responses from the last month to analyze customer feedback trends.
  2. Retrieve CRM survey logs filtered by a specific project ID to evaluate project-specific customer interactions.

Properties

Name Meaning
Date From Start date for the report, specifying the beginning of the date range for the CRM questionnaire log.
Date To End date for the report, specifying the end of the date range for the CRM questionnaire log.
Additional Fields Optional parameters to refine the report, including limit (maximum number of results), offset (number of results to skip), queue ID, project ID, and user ID for filtering.

Output

JSON

  • json - The JSON output contains the CRM questionnaire log data retrieved from the Oki-Toki API based on the specified date range and filters.

Dependencies

  • Requires an API key credential for Oki-Toki API authentication.

Troubleshooting

  • Ensure the dateFrom and dateTo parameters are provided and correctly formatted as dateTime values; missing or invalid dates will cause errors.
  • Verify that the API credentials for Oki-Toki are correctly configured and have the necessary permissions to access report endpoints.
  • If the API returns an error, check the additional fields for valid values, especially numeric filters like limit, offset, queue ID, project ID, and user ID.

Discussion