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 perform various operations related to lists, such as fetching list items or checking if a value exists in a list. Specifically, for the 'List' resource and 'Get Values' operation, it retrieves items from a specified list with optional limits on the number of items returned. This is useful for workflows that need to access or process data stored in Oki-Toki lists, such as contact lists or other categorized data collections.

Use Case Examples

  1. Retrieve up to 100 items from a specific list by its ID to process or analyze the data.
  2. Fetch list values to integrate with other systems or automate data-driven tasks.

Properties

Name Meaning
List ID The ID of the list to fetch values from, required to identify which list to query.
Additional Fields Optional parameters to customize the request, such as limiting the number of list items returned.

Output

JSON

  • json - The JSON response from the Oki-Toki API containing the list items or values retrieved.

Dependencies

  • Oki-Toki API with authentication credentials

Troubleshooting

  • Ensure the List ID is valid and exists in the Oki-Toki system to avoid errors.
  • If the API returns an error, check the authentication credentials and network connectivity.
  • Limit values must be positive integers; invalid limits may cause request failures.

Discussion