Are you an LLM? You can read better optimized documentation at /resources/actors/custom/ticket/messages/complete.md for this page in Markdown format
Message: ticket.complete
Completes a ticket
Schema
Body
No fieldsResponse Type
stringRelevant Rule Hooks
This rule hook runs every time a ticket receives a complete message.
Example: Complete a Ticket
Complete a Ticket
**Request** ```json [{ "type": "complete" }] ```
Ensure you use the correct {ticketId} so you don't get a NOT_FOUND error. You can also use the preview mode to test the message before applying it live.