Creates a new ticket.
{your-subdomain} with your workspace’s subdomain. X-Api-Key is used to authenticate requests using an API key. Provide your API key in this header to access protected endpoints. Refer to Authentication for more information.
Email address of the customer.
"john@example.com"
Subject for the ticket.
"How to resolve the pending payments"
Description for the ticket.
"I need your help in resolving the pending payments."
Custom ticket fields. Refer to the ticket fields article for more details.
{ "Country": "USA" }Name of the customer.
"John Luther"
Source of the ticket. Defaults to api if not specified or if an invalid channel is provided.
email, ui, twitter, chat, form, api, whatsapp, telephony "email"
Array of additional emails to be added to the to field of any responses from the ticket.
"[\"eve@example.com\",\"kevin@example.com\"]"
Array of emails to be added to the cc field of any responses from the ticket.
"[\"eve@example.com\",\"kevin@example.com\"]"
Email address belonging to a team member.
"oliver@example.com"
Status for the ticket. Default statuses include new, open, on_hold, waiting_on_customer, closed, spam, trash. Custom statuses are also supported.
"open"
Priority for the ticket.
low, medium, high, urgent "low"
Category for the ticket. Default categories include None, Questions, Incident, Problem, Feature request, Refund. Custom categories are also supported.
"Questions"
Sub-category for the ticket.
"Billing"
Second-level sub-category for the ticket.
"Refund"
Tags to assign to the ticket.
["refund", "urgent"]Resolution due date for the ticket.
"2025-12-31T23:59:59Z"