# after_ticketclose
Support ticket has just been closed
# Hook parameter
An array
is passed to hook containing following keys/values (note: if you have custom registration fields they may differ):
Key | Type | Description |
---|---|---|
ticket_id | int | Related ticket ID in HostBill DB |
ticket_number | int | Related ticket number |
acc_hash | string | Remote access hash for non-registered views, |
dept_id | int | Related department ID |
client_id | int | Related client ID (if any) |
name | string | Submitter name |
email | string | Submitter email |
subject | string | Ticket subject |
body | string | Ticket body |
status | string | Ticket status |