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.