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 fetch values from a specified list. It is useful for retrieving items stored in a list within the Oki-Toki system, such as contact lists or other categorized data. For example, it can be used to get a subset of list items with an optional limit on the number of items returned.

Use Case Examples

  1. Fetch up to 100 items from a contact list by specifying the list ID and limit.
  2. Retrieve all items from a list without specifying a limit.

Properties

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

Output

JSON

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

Dependencies

  • Oki-Toki API 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 API credentials and network connectivity.
  • If no items are returned, verify that the list contains data and the limit parameter is set appropriately.

Discussion