Actions27
- Call Actions
- Contact Actions
- Dialer Actions
- List Actions
- Report Actions
- User Actions
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
- Disabling a dialer to stop an ongoing outbound call campaign.
- 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
- Oki-Toki Dialers API Documentation - Official API documentation for managing dialers including enabling and disabling dialers.
