haops_close_ticket
Resolve or close a helpdesk ticket by updating its status, optionally sending a resolution email with a note to the requester.
Instructions
Resolve or close a helpdesk ticket, optionally sending a final message to the requester. Sends resolution/closure email to requester if message is provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | resolved = fixed, waiting for confirmation; closed = fully closed | |
| verbose | No | If true, return the full API response instead of the compact summary (default: false) | |
| ticketId | Yes | Ticket UUID | |
| projectSlug | Yes | The project slug (URL identifier) | |
| resolutionNote | No | Optional resolution note included in the email sent to the requester when status is 'resolved'. |