---
title: "Create a batch of tasks from a list of numbers"
method: POST
path: "/tasks/team/create_batch"
tags: ["task"]
---

# Create a batch of tasks from a list of numbers

`POST /tasks/team/create_batch`

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.

## Request body

- CreateTaskBatch
  - `type` 'CALL' | 'SMS' | 'MEET', required
  - `data` string — Deprecated: This field is deprecated and will be removed in a future version.
  - `status` 'IN_PROGRESS' | 'PENDING' | 'DONE' | 'DELETED', required
  - `details` string
  - `priority` 0 | 1 — 1 marks the task as important
  - `scheduled_date` string, date-time, required
  - `numbers` string[], required
  - `call_uuid` string, uuid — Deprecated: This field is deprecated and will be removed in a future version.
  - `user_id` integer

## Response `200`

Successful operation — returns the UUIDs of the created tasks.

- string[]

## Other responses

- `204` — No content — no tasks were created (e.g. empty input list).
- `400` — Bad request — invalid input data.
- `401` — Unauthorized — missing or invalid token.
- `403` — Forbidden — user is not part of your team or caller is not technical.
- `500` — Internal server error.

---

[API](https://skmtc.net/ringover/apis/ringover-public-api.md) · [All operations](https://skmtc.net/ringover/apis/ringover-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ringover/ringover-public-api/revisions/9da73dd2f99e/schema)
