task
Create a batch of tasks from a list of numbers
Creates multiple tasks at once from a list of phone numbers. Returns the UUIDs of the created tasks.
Permission: No specific permission required. A valid API key is sufficient.
Monitoring: No impact.
post/tasks/team/create_batch
Request body
Example request
{
"priority": 1,
"details": "Description",
"scheduled_date": "2025-07-05T15:00:00.000Z",
"status": "PENDING",
"type": "CALL",
"numbers": [
"33123456789"
]
}Response
Successful operation — returns the UUIDs of the created tasks.
string[] required