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 enabling or starting a dialer. It is useful in scenarios where automated call dialers need to be controlled programmatically, such as starting a dialer campaign or resuming dialer operations after a pause. For example, a user can enable a specific dialer by selecting it from available dialers and triggering the enable operation.
Use Case Examples
- Enable a dialer to start automated outbound calls for a marketing campaign.
- Programmatically control dialer states in a call center workflow automation.
Properties
| Name | Meaning |
|---|---|
| Dialer | The specific dialer to enable, selected from a list of available dialers. |
Output
JSON
json- The JSON response from the Oki-Toki API indicating the result of the enable dialer operation.
Dependencies
- Requires an API key credential for Oki-Toki API authentication.
Troubleshooting
- Ensure the dialer ID is valid and the dialer exists in the Oki-Toki system.
- Check that the API credentials are correctly configured and have sufficient permissions.
- Common error messages may include authentication failures or invalid dialer ID errors; verify credentials and dialer selection to resolve these.
Links
- Oki-Toki Dialers API Documentation - Official API documentation for managing dialers including enabling and disabling dialers.
