Reply to a ticket
POST
https://api.tamio.com/v2/agency/tickets/reply/create/{uuid}
Adds a reply to an existing support ticket. Optionally attach up to 5 assets to the reply. The ticket must exist and belong to the agency's domain.
Path Parameters
uuid
string*
UUID of the ticket to reply to
Body Parameters
reply
string*
Reply message content
assets
array of string
Asset UUIDs to attach to the reply
Example
{
"reply": "We have resolved your issue. Please check again."
}
Responses
200
Reply added successfully
Reply added successfully
status
integer
ticket
Ticket
400
Validation or business-logic error.
Validation or business-logic error.
| Code | Description |
|---|---|
10253 | Agency domain not validated |
1002 | Ticket not found |
400 | One or more asset UUIDs not found |
status
integer
error
string
error_code
integer
401
Unauthorized – invalid or missing Bearer token
Unauthorized – invalid or missing Bearer token
status
integer
error
string