Creates a new ticket.
Documentation Index
Fetch the complete documentation index at: https://apidocs.neetodesk.com/llms.txt
Use this file to discover all available pages before exploring further.
{your-subdomain} with your workspace’s subdomain. Use the X-Api-Key header to provide your workspace API key. 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"
Created - Ticket created successfully