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. Specifically, the 'List Dialers' operation retrieves a list of all dialers available in the Oki-Toki system. It supports pagination through optional 'limit' and 'offset' parameters, allowing users to control the number of dialers returned and to skip a certain number of results. This operation is useful for scenarios where users need to fetch and display dialer information, such as in dashboards or for further processing in automation workflows.

Use Case Examples

  1. Fetching a list of dialers to display in a user interface with pagination controls.
  2. Retrieving dialer data to analyze or report on dialer usage within an organization.

Properties

Name Meaning
Additional Fields Optional parameters to control the list retrieval, including pagination options like 'Limit' and 'Offset'.

Output

JSON

  • ``
    • id - Unique identifier of the dialer.
    • name - Name of the dialer.
    • state - Current state of the dialer (e.g., enabled or disabled).
    • additionalProperties - Other dialer-related properties returned by the API.

Dependencies

  • Oki-Toki API

Troubleshooting

  • Ensure the API credentials are correctly configured and have the necessary permissions to access dialer data.
  • Check that the 'limit' and 'offset' values are within valid ranges to avoid empty or incomplete results.
  • Handle API errors gracefully, such as network issues or invalid parameters, by enabling 'Continue On Fail' if supported.

Links

Discussion