Actions30
- Call Actions
- Contact Actions
- Dialer Actions
- Integration Actions
- List Actions
- Report Actions
- SMS Actions
- User Actions
- Developer Feedback Actions
Overview
This node interacts with the Oki-Toki API to manage dialers, specifically allowing users to disable a dialer. It is useful in scenarios where an automated dialing system needs to be stopped or paused, such as halting outbound call campaigns or managing call center operations. For example, a user can select a specific dialer and disable it to stop all ongoing dialing tasks associated with that dialer.
Use Case Examples
- Disabling a dialer to stop an outbound call campaign.
- Temporarily stopping a dialer for maintenance or configuration changes.
Properties
| Name | Meaning |
|---|---|
| Dialer | Select the dialer to disable |
Output
JSON
json- Response from the Oki-Toki API indicating the result of the disable dialer operation
Dependencies
- Oki-Toki API with authentication credentials
Troubleshooting
- Ensure the dialer ID provided is valid and corresponds to an existing dialer in the Oki-Toki system.
- Check that the API credentials are correctly configured and have the necessary permissions to disable dialers.
- Common error messages may include authentication failures or invalid dialer ID errors; verify credentials and dialer selection to resolve these.
Links
- Oki-Toki API Dialer Disable Endpoint - Official API documentation for disabling a dialer
