latestOpenAPI 3.1.1Proprietary – Contact us for usage terms2026-08-20173183551.4 KB

9da73dd2f99e

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

type'CALL' | 'SMS' | 'MEET' required
datastring

Deprecated: This field is deprecated and will be removed in a future version.

status'IN_PROGRESS' | 'PENDING' | 'DONE' | 'DELETED' required
detailsstring
priority0 | 1

1 marks the task as important

scheduled_datestring date-time required
numbersstring[] required
call_uuidstring uuid

Deprecated: This field is deprecated and will be removed in a future version.

user_idinteger

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