v1
latestOpenAPI 3.0.02026-07-24161215397.4 KBTickets
Add a new ticket
Add a new ticket
Required scopes: flex.collaboration.tickets.create
post/api/v2/organizations/{orgSlug}/tickets
Path parameters
orgSlugstring required
organization slug
Request body
Example request
{
"type": "6a4e2038aedbb38ad5b3f70a",
"severity": "6a4e2038aedbb38ad5b3f70b",
"priority": "6a4e2038aedbb38ad5b3f70c",
"member": "6a4e2038aedbb38ad5b3f70d",
"subject": "Support query",
"attachments": [
"https://example.com/image.jpg",
"https://example.com/image2.jpg"
],
"message": "This is the message of the ticket"
}Response
Example response
{
"_id": "6a4e2038aedbb38ad5b3f710",
"type": "6a4e2038aedbb38ad5b3f711",
"severity": "6a4e2038aedbb38ad5b3f712",
"priority": "6a4e2038aedbb38ad5b3f713",
"company": "6a4e2038aedbb38ad5b3f714",
"member": "6a4e2038aedbb38ad5b3f715",
"location": "6a4e2038aedbb38ad5b3f716",
"assignedTo": "6a4e2038aedbb38ad5b3f717",
"resolvedDate": "2025-03-01T00:00:00.000Z",
"attachments": [
"https://example.com/image.jpg",
"https://example.com/image2.jpg"
],
"subject": "Support query",
"message": "This is the message of the ticket",
"createdAt": "2025-01-01T00:00:00.000Z",
"modifiedAt": "2025-01-01T00:00:00.000Z"
}