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

NameTypeDescription

ticketID

integer

attachments[]

object

attachment form data

type

string

1-11 or note or contactform

message

string

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

Last updated