Message

Create a message within the ticket

POST https://account.omnidesk.com/api/v2/message

This endpoint creates a message for the ticket. You will need a ticketID of the ticket to place the message in. If you do not have a ticketId you might want to create a ticket first. The response of the ticket creation will contain a ticket ID integer.

Request Body

{
    "type": "result",
    "message": "Message saved."
}

Last updated