How can I send the customer ticket information? Print

  • 0

If you wish to include some information about the ticket in the update emails here's how you do it.

Go to: Settings > Company > Emails > Plugin Emails > Ticket Updated

Then add this in the content boxes:

----------------
Ticket ID: #{ticket.code}
Priority: {ticket.priority}
Status: {ticket.status}
Last reply: {ticket.reply_by}
Opened: {ticket.date_added}
Ticket URL: {update_ticket_url}
----------------

Was this answer helpful?

« Back