Infos:
- Used Zammad version: 6.4.0
- Installation source is self-hosted: GitHub - zammad/zammad-docker-compose: Zammad Docker images for docker-compose
I’m wondering whether there is a way to dynamically set a the sender as well as the sender format based on some type of variable on the ticket itself. I’m aware of the ‘Sender based on Reply-To’ header functionality, and the ’ Sender Format’ but I’m not sure if they can accomplish my needs or if they can, how to go about it.
My use case is this:
I am developing using your software to handle support ticket requests for a church. The church has several integrated auxiliaries, each with their own website. We are using a single instance of Zammad to handle support requests from all of its websites. The websites have their own interface built which creates tickets and articles in Zammad using the API.
What we would like is for a ticket that is generated by a certain website to have notification emails that are sent to users to have the sender (from) be the domain for the site they created the ticket on.
So, for example, say we have a main website, church(dot)com, and another website, churchschool(dot)com. If someone opens a support request on church(dot)com, when an agent responds to that ticket, we want the user to receive emails from support(at)church(dot)com. If someone opens a ticket on churchschool(dot)com, when an agent replies to that ticket, we want the user to receive emails from support(at)churchschool(dot)com.