Add Note To Ticket
Request
POST /tickets/{ticketId}/notesQuery Parameters
Name
Type
Required
Comments
Request Body
{
"attachments": [
{
"isContentPart": null,
"name": "filename.png",
"url": "https://your.attachment.url/filename.png"
}
],
"author": {
"email": "[email protected]"
},
"htmlMessage": null,
"message": "Note text"
}Field
Type
Comments
Response
Last updated
Was this helpful?