{your-workspace} with your workspace’s subdomain. Learn how to find your subdomain in Identifying your subdomain.
Headers
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.
Body
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"