- Used Zammad version: 3.1.x
- Used Zammad installation source: self-hosted
- Operating system: CentOS 7
- Browser + version: irrelevant
Expected behavior:
- Only notifications defined in the notification settings should be sent
Actual behavior:
- In addition to the auto-reply trigger, a user gets a copy of the article content sent to his mail
Steps to reproduce the behavior:
- use REST api
- create new ticket with data customer_id: âguess:â, article: {body:""}
Hi there
If a ticket is created using the REST api, then the triggers defined in the UI work just fine.
However, in addition to these triggers, the sender user receives a copy of the text submitted as âbodyâ.
How can I avoid/ disable this?
Thanks and have a good day