Are you an LLM? You can read better optimized documentation at /resources/actors/custom/ticket/messages/reject.md for this page in Markdown format
Message: ticket.reject
Closes a Ticket and marks it as rejected. It also updates its closedAt property.
Schema
Body
No fieldsResponse Type
stringRelevant Rule Hooks
This rule hook runs every time a ticket receives a reject message.
Example: Reject a Ticket
Reject a Ticket
**Request** ```json [{ "type": "reject" }] ```