I have a client that installed my app. However they view zendesk in arabic. It looks like the trigger I created which accesses {{ticket.status}} is getting the status in Arabic, not the default ticket status in English.
How do I ensure that I get the english status?
Thanks for your detailed response!
I've looked in to this in a bit more detail and the language used in the placeholder value is in fact based on the language of the requester on a given ticket, in most cases. Unfortunately, there isn't really a work around to this. One suggestion I could give is to also use the current_user.language placeholder in the trigger payload so you can determine the language easily, and then do some translation on your end once the request is received from the webhook.