Why is it not possible to send a specific macro if the conditions of a trigger are met?
I wish to create automations that could be triggered through specific tags but I cannot find the option to do so.
I would like for example that if a ticket is created from a specific contact form serving 1 specific purpose, to be able to send an automatic response. Best case it would be a 1-touch ticket, worst case it would already save us 1 agent touch. I had this feature with a Zendesk concurrent before, and I hope you can do something about it.
You cannot use Macro on triggers. However, you can utilize web-hooks with update APIs and triggers to perform similar function.
Webhook:
Use the sample below for your trigger actions:
You can check the article for Ticket Updates API to determine the correct format of your payload.
Hope this helps!