Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of the ticket record to add the message to
Body
A string, optional in HTML format, which will be posted as message to the ticket
"<p>We will look into it!</p>"
Response
The message is posted and the tickt with messages is returned
Ticket record with the messages
ID of the Webhook record, always starting with tic_
.
"tic_abc12345def678"
ID of the Customer this ticket belongs to
"cst_abc12354678"
Title of the ticket, mostly describing the ticket
"Invoice issue"
Source of the ticket. Can be portal
, email
or chat
.
"portal"
Current status of the ticket. Can be open
or closed
.
"open"
An array with the messages in this ticket
Date and time when the ticket was created, written in ATOM format.
"2024-04-29T21:00:00+02:00"