Skip to content

Create Ticket Reply Request Payload

bodystringrequired

The message body of the note, which may contain HTML.

Example:"<p>Okay!</p>"
message_typestring

The type of the reply. Only note is supported at the moment.

Default:"note"
Example:"note"
admin_idstringrequired

The id of the admin who is making the note.

Example:"1234"
{ "body": "<p>Okay!</p>", "message_type": "note", "admin_id": "1234" }