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 contact records. Specifically, the 'Get Contacts' operation fetches a list of contacts with optional pagination support through 'limit' and 'offset' parameters. This is useful for scenarios where users need to access and manage contact data from the Oki-Toki system, such as syncing contacts, generating reports, or integrating contact information into other workflows.

Use Case Examples

  1. Retrieve up to 100 contacts starting from the first record.
  2. Fetch contacts with pagination by setting an offset to skip a number of records.

Properties

Name Meaning
Additional Fields Optional parameters to control the number of contacts returned and pagination offset.

Output

JSON

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

Dependencies

  • Oki-Toki API authentication credentials required to access the API endpoints.

Troubleshooting

  • Ensure that the Oki-Toki API credentials are correctly configured and valid to avoid authentication errors.
  • If no contacts are returned, verify that the 'limit' and 'offset' parameters are set appropriately and that there are contacts available in the Oki-Toki system.
  • Network or API endpoint issues may cause request failures; check connectivity and API status.

Discussion