- Used Zammad version: 5.1.0
- Used Zammad installation type: source
- Operating system: Debian 5.10.103-1
- Browser + version: Chrome 102.0.5005.63
Expected behavior:
send exactly the first email in the ticket
Actual behavior:
auto-response is sent from the trigger
Steps to reproduce the behavior:
Good afternoon, we have a trigger that notifies users that their ticket has been registered, it works fine. I also created a macro that triggers a ticket with special conditions. After that I tried to create a trigger that would forward the message to another address using #{article.body_as_html}, but it forwards the email generated by the trigger. I tried to change the trigger execution order, but it’s impossible, because the trigger that notifies about the registration of the application will always work first, and only after that I will use a macro that will bring the application under the necessary conditions. My question is, is it possible somehow to forward exactly the first message in the request, ignoring the message that the trigger generates.