Recent searches
No recent searches
Forms and Emails
Answered
Posted May 11, 2020
We now have two forms:
- Sales Support
- Tech Support
We also have three email addresses set up in Zendesk:
When we create tickets via email, the reply email matches that of the email it was sent to. However, when tickets are submitted from the forms, the emails come from the default email of support@mattermost.zendesk.com.
How can we set Znedesk up so that tickets created via the Sales form use the sales email address and tickets from the Tech Support form come from the support email address?
0
9
9 comments
Gail Leinweber
Hi Craig,
The first thing you should check is what your default reply address in Admin> Channels> Email is, that gets set to Zendesk generated account address by default when the account is created, but it can be updated to make one of your connected addresses the default instead (assuming that you've set up the DNS records for the emails to allow Zendesk to send for them). Just hover over the email addresses to see if it's the default or if you have the option "make default".
There is an app that you can use to set different default reply addresses for different groups, so you can get closer to what you want overall by using the Select An Address app to make sales and tech support groups have different default reply addresses. We have more on configuring that app in Installing and using the Select an Address app.
The limitation here is going to be that the app only controls the replies sent after the ticket is created (the app needs the ticket to already exist before it updates information). The first auto-reply when the ticket is created is always going to come from your default reply address, but this would let you control which address all agent responses and other ticket notifications came from. It would also let your team manually update a reply address if something had either been sent in on the wrong form or needed to be redirected to another team.
I hope that helps!
0
Craig Willis
Thanks, Gail, I'll review this as it seems to address the majority of the issue even with the caveats.
Craig
0
Craig Willis
Hi Gail,
I've installed the app and it's showing in the App section on the ticket. However, the appropriate email address doesn't appear to be being applied when new tickets are created and assigned to a group.
Here's our configuration, when should we expect to see the appropriate email automatically applied?
Thanks
Craig
0
Chris Fellows
Hi Craig,
You have to be on the Basic plan for the default settings to take affect. Once turned on, the email address should default to the one configured in the setting based on the agents primary group.
Chris
0
Craig Willis
Thanks for the quick response Chris.
We are on the Basic Plan, should I check the "Default to last used email address for new tickets"?
Also, based on what you mentioned, the email address should change whenever the ticket is updated based on the assignees' primary group, correct?
Craig
0
Chris Fellows
Hi Craig,
I went ahead and created a ticket for this so we can look into it further. Thanks!
Chris
0
Fabio
If you don't want to select this manually, you can also set this Mail via an external HTTP Target right at Ticket creation.
{
"ticket": {
"recipient": "mail@mail.mail"
}
}
0
Marcio Andre Santan da Silva
Hello,
I am trying set a any mail in "from" to create a ticket, but not working
{
"ticket":{
"via" : {
"channel" : "api",
"source" : {
"from" : {
"address" : "user_without_account@any.com",
"name" : "Any name"
},
"to" : {
"name" : "receiver",
"address" : "receiver@any.com"
}
}
},
"created_at":"2020-11-11T00:00:00Z",
"updated_at":"2020-11-11T00:00:03Z",
"type":"null",
"subject":"Ticket test",
"description":"Only a test",
"priority":"null",
"status":"open",
"group_id":"5646546",
"recipient":"any@any.com"
}
0
Fabio
It has to be a Support Mail in Zendesk for this to work of course.
0