# after_ticketclientreply

Client has just posted reply to a ticket

# 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
id int Reply ID
ticket_id int Related ticket ID
replier_id int Replier ID (if any)
name string Replier name
email string Replier email
body string Reply message body
type string Replier type (Admin or Client)
date string Reply date

# Sample hook files

Last Updated: 3/17/2023, 8:40:19 AM