Create draft comment
Creates a draft comment for a specific ticket.
{your-subdomain} with your workspace’s subdomain. Learn how to find your subdomain in Workspace subdomain.
Headers
Use the X-Api-Key header to provide your workspace API key. Refer to Authentication for more information.
Path Parameters
ID of the ticket. You can use either the ticket ID (UUID) or ticket number (sequential number) interchangeably. Refer to Getting Ticket ID section for detailed instructions.
Body
Content for the draft comment. Cannot be blank.
"We are looking into the issue."
Type of the comment. Defaults to reply.
reply, note "note"
Optional email address of the person creating the draft. If provided, the signature stored in NeetoDesk for this user will be appended to the draft.
"oliver@example.com"
Response
Created - Draft created successfully