---
title: "Create tickets in batch"
method: POST
path: "/v3/tickets/batch"
tags: ["tickets", "v3"]
---

# Create tickets in batch

`POST /v3/tickets/batch`

## Request body

- CreateBulkTickets[]
  - `requester_id` number — Ticket requester's contact id
  - `email` string — Ticket requester's contact email
  - `phone` string — Ticket requester's contact phone
  - `mobile` string — Ticket requester's contact mobile
  - `subject` string — Ticket subject
  - `description` string — Ticket description
  - `priority` number — Ticket priority
  - `status` number — Ticket status
  - `source` number — Ticket source
  - `submission_id` number — Response ID
  - `nps_submission_id` number — NPS Response ID
  - `assignee_id` number — Ticket agent's user id
  - `team_id` number — Ticket team's id
  - `custom_fields` Properties

## Response `202`

Accepted

---

[API](https://skmtc.net/surveysparrow/apis/api-documentation.md) · [All operations](https://skmtc.net/surveysparrow/apis/api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/surveysparrow/api-documentation/versions/f9da74f558da/schema)
