Hi, I already setup whenever requester reply is sent to a closed ticket it will trigger webhook to create a new ticket however some requester changes their subject when they replies to the ticket. The setup is it gets the initial subject in the new ticket. what i need is to get the subject of requester reply in the new ticket.
{
"description": "{{ticket.latest_public_comment}}",
"subject": "{{ticket.subject}}",
"email": "{{ticket.contact.email}}",
"priority": 1,
"status": 2,
"group_id": {{ticket.group_id}}
}