Add a reply to a ticket
POST
https://api.tamio.com/v2/tickets/add-reply/{uuid}
Appends a merchant reply to the ticket's conversation history. Works on both open and closed tickets.
Path Parameters
uuid
string*
UUID of the ticket to reply to
Body Parameters
reply
string*
Reply message content
Responses
200
Reply added successfully
Reply added successfully
status
integer
ticket
Ticket
400
Bad request. Possible `error_code` values:
Bad request. Possible error_code values:
| Code | Description |
|---|---|
1002 | ResourceNotFound |
status
integer
error
string
Human-readable error message
error_code
integer
Machine-readable error code
401
Missing or invalid API key
Missing or invalid API key
status
integer
error
string