질문
트리거를 사용하여 최종 사용자를 자동으로 참조할 수 있나요?
답변
트리거는 티켓의 상담사를 자동으로 복사하는 데만 사용할 수 있습니다. 최종 사용자를 티켓에 복사하는 방법에는 두 가지가 있습니다.
- 공유 조직 설정은 조직 내의 모든 사용자가 해당 조직의 티켓과 그에 대한 댓글을 볼 수 있도록 허용합니다. 자세한 내용은 최종 사용자를 위한 공유 조직 설정하기 문서를 참조하세요.
- 트리거 조건이 충족되면 외부 최종 사용자에게 알리는 웹훅을 만듭니다. 자세한 내용은 관리 센터에서 웹훅 만들기 문서를 참조하세요.
댓글 20개
John Akpan
@
Arick Hauschild
Here is a sample step I used and it works.
Step 1:
Create a webhook with POST
Endpoint URL == https://{domain}.zendesk.com/api/v2/tickets/{{ticket.id}}
Step 2:
Now create a trigger that will link to the webhook. On the action here is the code you use
This works for me and you can play with the trigger part to take dynamic fields data and auto cc the end user.
0
Permanently deleted user
I need this feature. There are much cheaper systems with far fewer features that can do this.
1
John Akpan
Unfortunately, you can only use one trigger per user.
0
Shawna James
0
Jake Warren
1263213546349 - Just wanted to pop a comment and say thanks for your suggestion, this works like a charm.
0
Katherine Tanner
Want to chime in as yet another customer who would love this feature.
Any update on where it is in the roadmap?
0
Jeremy Sydney
I need specifically to be able to add an End User as a CC on a ticket, because there are certain functions of the ticketing system that completely break if non-CC'd users communicate on tickets they're not CC'd on. For instance:
We have a decision-maker subscribed to all ticket emails. She responds to a ticket without checking in the portal that it's closed. Her email generates a Follow-Up, her response becomes an Internal Note, and the Follow-Up is opened with the original ticket Requesters/CC's. We then have to manually add her as a CC. This is only one example of how the ticket flow doesn't really "care" about non-CC'd responders.
She now has to check the portal for the status of the ticket before she communicates on it, which isn't the end of the world, but it adds overhead for her. Being able to add her as a CC would lower overhead for both her and us.
0
Zsa Trias
Hello Amy,
There isn't a trigger action to automatically add end-users as CCs/followers, but here's a workflow you may want to try: Workflow recipe: Notifying External Email Addresses
0
Amy Gracer
I'm new to webhooks, and therefore a bit lost by the comments in this conversation when not everything everyone tried worked.
Has anyone put together a step by step for automatically cc'ing end users on tickets? It seems like this would be a feature lots of folks would want.
Thank you so much to anyone who can assist!
1
Dan Ratzlaff
The webhook method works well for me adding a CC to a ticket on creation, but the newly-added CC does not automatically get the first notification that a ticket has been created. I believe it's the way the triggers get processed. I had to add a tag in the same trigger as the webhook, then add a new trigger that looks for Ticket->Updated and that tag present to send the requester and CC the notification that a ticket was created. It also removes the tag.
1
로그인하세요.