Actions27
- Call Actions
- Contact Actions
- Dialer Actions
- List Actions
- Report Actions
- User Actions
Overview
This node interacts with the Oki-Toki API to create a new dialer task by specifying a dialer and a list of phone numbers. It is useful for automating outbound call campaigns where you want to initiate tasks for a dialer with multiple phone numbers to be called. For example, a call center can use this node to create tasks for their dialers to call a batch of customers automatically.
Use Case Examples
- Create a dialer task by selecting a dialer and providing a comma-separated list of phone numbers to be called.
- Automate outbound call campaigns by programmatically creating dialer tasks with phone numbers from a CRM system.
Properties
| Name | Meaning |
|---|---|
| Dialer | The dialer to use for creating the task. This is selected from available dialers loaded dynamically via the API. |
| Phone Numbers | Comma-separated phone numbers (without spaces or special characters) to be included in the dialer task. |
Output
JSON
json- The JSON response from the Oki-Toki API representing the created dialer task details or status.
Dependencies
- Oki-Toki API with authentication credentials
Troubleshooting
- Ensure the dialer ID is valid and the dialer is enabled before creating a task.
- Phone numbers must be provided as a comma-separated string without spaces or special characters; invalid formatting may cause API errors.
- API authentication errors may occur if the API key or credentials are missing or invalid; verify credentials configuration.
- Network or API endpoint issues may cause request failures; check connectivity and API base URL.
Links
- Oki-Toki API Dialers Create Task Endpoint - Official API documentation for creating dialer tasks.
