Add 'Remove cc' trigger/automation action
Publication le 13 févr. 2012
Dear Zendesk
It would be great to have a bit more control over 'cc' functionality via triggers. In addition to being able to specify end users as cc on tickets via triggers (https://support.zendesk.com/entries/71421-add-cc-as-trigger-automation-action), please could you add a new trigger action 'remove cc'?
(Business case: allow the agent to send a one-off notification to another user, allowing them to add a on-time private comment to the ticket, but not copy them in on all future correspondence on a ticket. In the interests of streamlining agent workflow as much as possible, I'd like to automate this process.)
Thanks
150
187
187 commentaire
Nicole Saunders
Hi Robert -
Thanks for your feedback. The product team is looking into what they can do with cc's.
0
Robert Orzanna (Sheetgo)
This would be a great addition! Missing this feature for Macro > Add action > Remove CC
There already exists action Add CC, so it would be more than logical to also have Remove CC.
Any comment?
0
Nicole Saunders
Hi all -
Quick update, the team is evaluating how CCs work and they're looking at a number of different possible solutions for the problems that currently exist within the cc functionality. They haven't yet made any final updates to what the solution(s) will be, but we'll continue to update you here as more specifics are determined.
1
Harald Winkelmann
+1
Need a macro for removing a certain known address from CC.
Identical to the action "Ticket -> Add CC", I need a new action "Ticket -> Remove CC"
0
Nicole Saunders
Hey Mindaugas -
Please don't disparage our hard-working dev team. They're working on lots of awesome stuff!
CC issues involve a hefty evaluation around security and business impact - things that seem like they solve problems for some users create problems for others. I know that product is looking into several issues around CC functionality right now, and am hoping to have some updates around those things soon.
1
Mindaugas Verkys
probably it's too complex task for zendesk devs :D
0
Eugene Tarasula
+ 1 on removing CC via automation
+1 on allowing self CC removal by replying back to the email with some "Secret" word (#NoCC)
1
Matthew Knight
+1 I have recently started using Zendesk and quickly needed this functionality so we can escalate tickets outside of Zendesk and allow the user to respond without being added as a CC.
I have put together an API call using liquid markup in a Zendesk trigger that does the trick but it isn't the most elegant solution:
{% assign cc_list = "[" %}
{% for cc in ticket.ccs %}
{% if cc.email != current_user.email %}
{% assign cc_list = cc_list | append: '"' | append: cc.email | append: '",' %}
{% endif %}
{% endfor %}
{"ticket": {"collaborators": {{ cc_list | append: "]" | replace: ",]","]" }} } }
The above just removes the current user's email address from the list of CC's.
0
Ariana Pagano
+1
0
Robert Sutherland
+1
0
Se connecter pour laisser un commentaire.