Recent searches
No recent searches
select a address app automated address pickup based on brand
Posted Feb 15, 2021
select an address app, we can designate which sender address is being used for ticket replies, but that is done manually. Cant this done automatically based on our used brand?
every time we have to go select a address app choose the address as xyz@gmail.com for noon seller support brand ticket and the we are replying
whenever ticket is created for noon seller support then all inbound and outbound email communication must go from xyz@gmail.com
0
2
2 comments
Fabio
You can create an HTTP Target and update the mail address via a Trigger.
Notify the HTTP Target in the Trigger and put in this JSON:
{
"ticket": {
"recipient": "mail@mail.mail"
}
}
0
Jeremy Watkin
Does this actually work? Fabio Can you give me more detail on how to create this HTTP Target in Zendesk?
0