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 manage dialers, including listing all dialers. It is useful for users who want to retrieve a list of dialers with optional pagination controls such as limit and offset. For example, a call center manager could use this node to fetch and display all active dialers or to paginate through dialers in their system.

Use Case Examples

  1. Retrieve a list of all dialers with a maximum of 100 results.
  2. Fetch dialers starting from the 10th record to implement pagination.

Properties

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

Output

JSON

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

Dependencies

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

Troubleshooting

  • Ensure the API key credential is correctly configured and has the necessary permissions to access dialer data.
  • If the API returns an error, check the limit and offset values to ensure they are within acceptable ranges.
  • Network issues or incorrect base URL configuration can cause request failures; verify connectivity and credential settings.

Links

Discussion