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 disabling a dialer. It supports various dialer-related operations such as listing dialers, getting statistics, creating and canceling tasks, enabling, and disabling dialers. The 'Disable Dialer' operation specifically sends a request to stop a selected dialer, which is useful in scenarios where you need to halt automated dialing campaigns or pause outbound call activities.

Use Case Examples

  1. Disabling a dialer to stop an ongoing outbound call campaign.
  2. Managing dialer states programmatically within a workflow to control call flow.

Properties

Name Meaning
Dialer Select the dialer to disable using its ID, loaded dynamically from available dialers.

Output

JSON

  • json - The JSON response from the Oki-Toki API indicating the result of the disable dialer operation, typically including status or confirmation data.

Dependencies

  • Oki-Toki API with authentication credentials

Troubleshooting

  • Ensure the dialer ID selected is valid and the dialer exists; invalid IDs may cause API errors.
  • Check API credentials and permissions to confirm the node can perform dialer management operations.
  • Network issues or API downtime can cause request failures; verify connectivity and API status.
  • If the dialer is already disabled, the API might return a specific error or status indicating no action was taken.

Links

Discussion