Actions30
- Call Actions
- Contact Actions
- Dialer Actions
- Integration Actions
- List Actions
- Report Actions
- SMS Actions
- User Actions
- Developer Feedback Actions
Overview
This node operation creates a new dialer task with specified phone numbers using the Oki-Toki API. It is useful for automating outbound call campaigns by scheduling calls to multiple phone numbers through a selected dialer. For example, a call center can use this node to create tasks that dial a list of customers for marketing or support purposes.
Use Case Examples
- Create a dialer task to call a list of phone numbers for a marketing campaign.
- Schedule calls for a specific date and time with additional task details.
- Assign tasks to specific users or override conflicts to force task creation.
Properties
| Name | Meaning |
|---|---|
| Dialer | Select the dialer to use for creating the task. |
| Phone Numbers | Comma-separated phone numbers to be called by the dialer (no spaces or special characters). |
| Additional Fields | Optional fields to provide extra information for the task such as contact ID, scheduled date, region, TTL, user assignment, task details, and flags to control task creation behavior. |
Output
JSON
json- Response from the Oki-Toki API containing details about the created dialer task.
Dependencies
- Oki-Toki API with authentication credentials
Troubleshooting
- Ensure the dialer ID is valid and the dialer is enabled before creating tasks.
- Phone numbers must be comma-separated without spaces or special characters; invalid formatting may cause errors.
- If 'Force Create' is false and conflicts exist, the task may not be created; enable this option to override.
- Date field must be a valid date-time string; invalid formats may cause scheduling errors.
- API authentication credentials must be correctly configured to avoid authorization errors.
Links
- Oki-Toki API - Create Dialer Task - Official API documentation for creating dialer tasks.
