Introduction
Creates a new comment on an existing Helpdesk ticket.
Parameters

apiKey

The active API key used to authenticate the request.

comment

The HelpdeskComment object representing the content of the new comment.

sessionId

The active session ID.

ticketId

The ticket ID of the Helpdesk ticket to which the comment will be added.
Return value
A string representing the email message ID of the email sent after the comment is created.
Code samples

Loading API Runner...