Creates a new task for a specific agent.
ID of the Vendor (UUID)
ID of the Organization (UUID)
ID of the Agent (UUID)
Agent task create data
Key-value pairs representing user-specific data relevant to the task.
{
"customer_name": "Alice Wonderland",
"product_interest": "Teapot",
"callback_reason": "Price query"
}Target phone number for the task (e.g., customer callback number, preferably E.164 format).
"+491721234567"
Start hour (0-23) of the allowed execution window in UTC. Null means no restriction.
9
Length of the allowed execution window in hours. Null means no restriction.
8
When true, only schedule calls on weekdays (Mon-Fri).
true
When true, schedule the task for execution.
true
Agent task created successfully
Standard API response wrapper