Add end-user as CC via Trigger or Automation

Not planned


Posted Oct 22, 2009

Desired functionality: a way to automatically add a CC to tickets that match a certain condition.

Example: Trigger if Organization is "Acme Co" and Priority is more than Normal, then "Add CC" - specifying an end-user email address.  This would allow the organization's primary contact stay in the loop about what their employees have requested.

Workaround: use a notify target "email" type to send emails to the person who needs to be CC'd.


490

518

518 comments

Official

image avatar

Bailey Whitaker-Lea

Zendesk Product Manager

Hi Everyone - 

New PM for Triggers & Automations here, catching up on the requests in the Community. It has been great to see all the feedback from you! I certainly understand your frustrations around needing more flexibility in your trigger conditions and actions. While we are actively working to improve Triggers this is not a feature we currently have planned, however it is in our backlog of potential improvements. 
Thank you for sharing your use cases as this helps our Product teams tremendously to know what is most important to you. 

-4


This is what I'm looking for as well. I have supervisors that are end-users that need to approve certain things before a ticket can be worked on and solved out.  I attempted making them a contributor just so I could add them as a follower through triggers to approve certain tickets based off tags, but in doing so, it makes all of their communication with the tickets as private/internal note. So the end user making the request can't even see their supervisors replies on the ticket.. allowing to add an end user as a cc in triggers would solve this for me.. and make sure that all communication is sent as responses in the tickets.

0


You can use the following workaround:

 

Set a webhook:

https://snowbit.zendesk.com/api/v2/tickets/{{ticket.id}}.json

 

Use trigger with the following JSON:

{

"ticket": {

//"subject": "{{ticket.organization.name}}",

"comment": {

"body": "Escalating with: {{ticket.organization.custom_fields.escalation1}}"

},

"collaborators": [

//"{{ticket.organization.custom_fields.escalation1}}"

"email@gmail.com"

],

"requester": {

//"name": "daniel",

//"email": "daniel@gmail.com"

}

}

}

 

Uncomment relevant sections and customize content.

good luck.

feel free to contact me if needed: daniel.shteingart@gmail.com

0


Has this be implemented yet? I have a client with over 500 locations. Each region has a number of locations. I need to be able to CC regional managers of the specific locations. Can this be done with a trigger or automation? 

0


It's quite possible that Zendesk will never implement the desired feature, as was explained in the previous post. Nevertheless, I would like to congratulate the thread on the occasion of its 14th anniversary. It was actually created on this day in 2009.

3


Zendesk will never implement this as it can be abused to sidestep the need for additional agent licenses. 

Triggers and targets can make a workaround but it's not a simple job for the typical zendesk user. 

1


We have the exact same requirement and glad to find its not unique. Many have requested this already since 2009 and 14 yrs on, its still not been actioned by Zendesk. 

 

Don't know what else will it take.

2


Hi 4665887228314 unfortunately this functionality lives outside the scope of my role. I've notified the email PM of the request and they will be prioritizing the request against the other initiatives on their roadmap. 

Thanks! 

0


Hi 4724860150682 I see you are still with the product and you provided an update last November on this request. Is this something on the roadmap now? This is one of the most sought features, please consider building this. I do understand the technical difficulty behind this but would be a great feature for many clients. Also, since it is offered by your competitors. 

0


Hi Nicole, this functionality request actually lives with our Email team. I've made them aware of this thread and the feedback has been captured. I'm sure they will chime in here soon! 

0


I've come to unfollow this post as I've now moved to Atlassian's Jira. It's simply magnificent.

 

0


Sign in to leave a comment.

Didn't find what you're looking for?

New post