Currently there is only a placeholder for {{ticket.requester.name}}, which places the customers first and last name.
For example: Hi John Smith,
The problem with this is that we don't tend to speak this way in English and sounds impersonal to the end user.
We really need three name placeholders:
- {{ticket.requester.first.name}}
- {{ticket.requester.last.name}}
- {{ticket.requester.full.name}}


