Create a ticket
POST/v3/tickets
Create a ticket
Request
- multipart/form-data
Body
Ticket requester's contact id
Ticket requester's contact email
Ticket requester's contact phone
Possible values: <= 200 characters
Ticket subject
Ticket description. Supports mentioning contacts using @email format.
Following file types are allowed: pdf, png, jpeg, mp3, csv, wav. Maximum file size allowed is 15MB.
Ticket priority
Ticket status
Ticket template id
The ID of the parent ticket to which this ticket is related
An array of ticket IDs representing the child tickets associated with this ticket
Ticket source
Response ID
NPS Response ID
Ticket agent's user id
Ticket team's id
Update the existing ticket using the submission ID.
Responses
- 200
Successful
- */*
- Schema
- Example (from schema)
Schema
data
object
Ticket id
Possible values: <= 200 characters
Ticket subject
Ticket description
Ticket description
Ticket template id
{
"data": {
"id": 1,
"requester": {},
"subject": "Ticket 1",
"description": "Ticket 1 description",
"description_html": "Ticket 1 description",
"priority": {},
"status": {},
"template_id": 12532,
"custom_fields": {},
"source": {},
"agent": {},
"team": {},
"created_at": "2022-03-10T12:34:00.860Z",
"updated_at": "2022-03-10T12:34:00.860Z",
"deleted_at": "2022-03-10T12:34:00.860Z",
"first_response_due": "2022-03-11T12:34:00.860Z",
"resolution_due": "2022-03-11T12:34:00.860Z"
}
}