Setting requester with a macro
예정되지 않음
2021년 2월 18일에 게시됨
We have a number of use cases where agents are creating tickets to the same requester quite frequently. It would be very useful for there to be an option to set requester with the macro actions. External CC's as well.
What is the current technical limitation to this? Or just not something that seemed useful enough to implement?
41
35
댓글 35개
Nate Hales
This would be really helpful for our team as well!
Or, if anyone has recommendations for something like an internal ticket? We do not need a requester on these, but simply create a ticket as a placeholder for maintenance and updates internally.
0
Janais Rule
Hello, here's how we figured out to update the requester to the end user CC'd.
Our use case: We create tickets on behalf our customers and we don't want them to see it because it maintenance.
So we email our support email and CC the dummy end user we have for that organization.
The the trigger runs based on received at abc@zendeskdomainemail.com & ticket is created.
{
"ticket": {
"requester_id": "{% for cc in ticket.ccs %} {{cc.id}} {% endfor %}"
}
}
Webhook: (add your domain where my white block is).
Hope this helps others for the immediate need!
0
Stefane Aguiar
+1
0
Nathan Seber
+1
0
Carlos J.
+1
0
Oliver Atkinson
+1
0
Regina Giuliani
+1
0
Darren Taylor
Would certainly speed up replying to multiple tickets allot quicker! +1
1
Jason Cormier
+1
1
Viktor
Hi,
This is something that would increase the handling times with the possibility to add external requesters. Same as you can already to in Side conversation E-mail.
It's often you have requesters (end users) with similar mailadresses and names which takes even more time to search for them and start a new ticket.
0
댓글을 남기려면 로그인하세요.