I used the Zendesk API (Python) to create and update tickets. I would like to add a common prefix to all Zendesk generated emails. I tried including the ticket id placeholder, {{ticket.id}}, in the {'ticket' {'subject': {{ticket.id}}}}. But this does not get replaced and appears as ticket.id in the email received.
Is it possible to include the ticket id in the email subject?
Thanks for your help.
---
I have seen this post,
But this does not mention the API.