Creates a comment for a specific ticket. The ticket is identified by the ticket_id path parameter.
{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.
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.
Email address of the person creating the comment.
"lenor@example.com"
Content for the comment.
"We are looking into the issue."
The type of the comment. Defaults to reply.
reply, note "note"
Created - Comment created successfully