Recent searches


No recent searches

Pierre Merrien's Avatar

Pierre Merrien

Joined Apr 15, 2021

·

Last activity Nov 01, 2021

Following

0

Followers

0

Total activity

20

Vote

1

Subscriptions

9

ACTIVITY OVERVIEW

Latest activity by Pierre Merrien

Pierre Merrien commented,

Community commentDiscussion - Zendesk on Suite best practices

Also, as the error suggests, you need to tell the trigger what to do next.

Assign to: xyz (group)

Add Tag: xyz

View comment · Posted Jun 25, 2019 · Pierre Merrien

0

Followers

0

Votes

0

Comments


Pierre Merrien commented,

Community commentDiscussion - Zendesk on Suite best practices

Add the condition:

Status: Is Not: Solved

 

That will do it

View comment · Posted Jun 25, 2019 · Pierre Merrien

0

Followers

0

Votes

0

Comments


Pierre Merrien commented,

Community comment Discussion - Tips and best practices from the community

@ Amanda

Afraid not,

You'll need this step. There's no other option to my knowledge.

Pierre 

View comment · Posted Dec 05, 2016 · Pierre Merrien

0

Followers

0

Votes

0

Comments


Pierre Merrien commented,

Community comment Feedback - Ticketing system (Support)

Hi All,

I posted a possible solution to this some time ago here:

https://support.zendesk.com/hc/en-us/community/posts/216284948-Auto-CC-user-s-on-Condition-Ticket-Create- 

Pierre

View comment · Posted Nov 25, 2016 · Pierre Merrien

0

Followers

1

Vote

0

Comments


Pierre Merrien commented,

Community comment Feedback - Ticketing system (Support)

Hi everyone,

If your interested, the post on the CC user option is here:

https://support.zendesk.com/hc/en-us/community/posts/216284948-Auto-CC-user-s-on-Condition-Ticket-Create-

Regards,

 

Pierre

View comment · Posted Sep 12, 2016 · Pierre Merrien

0

Followers

0

Votes

0

Comments


Pierre Merrien created a post,

Post Discussion - Tips and best practices from the community

There are many different uses for the CC option. The instructions below are just for CC'ing a particular person based on the creation of a ticket where the value of a field is True.

I use several CC logic. One which fires via a macro. Everything should be here to get you started anyway... Good luck!

 

Step (1) – The Field Admin>Manage>Ticket Fields

  1. Firstly you will need to create a new drop-down field and add your values to it. The example below shows a ‘CC Third Party Repairer’ field for two companies. (NOTE: Once created, you'll need to return back to this field and take note of the Custom field ID)

 

Step (2) – The Form Admin>Manage>Ticket Forms

  1. Click on your form to edit it.
  2. Add your newly created field to your Form by dragging and dropping it in the prefered order.
  3. Refresh your Zendesk in order for the field to show.

 

Step (3) – The Dynamic Content; 

  1. Under Admin>Manage>Dynamic Content - Add a Dynamic item
  • Give the Dynamic Content a meaningful name (title)
  • Select the language type
  • Type the content as shown below

Notice the placeholders for the Field ID and tags, taken from above. The full email address for each company is also required.

Step (4) – The Field Admin>Settings>Extensions>Add Target>URL target

Select the Url target option near the top right

 

  1. Give the Target a meaningful title
  2. Url; https://yourdomain.zendesk.com/api/v2/tickets/{{ticket.id}}.json+?ticket[collaborators]={{dc.third_party_email_mobile_repairers}}

Note: The placeholder '{{dc.third_party_email_mobile_repairers}}' is the name of the Dynamic title created in Step 2 above.

 

Step (5) – The Triggers; There are 4 triggers in total, 2 for each company.

  1. Under Admin>Business Rules>Triggers - Add Trigger
  • Depending on your 'Use Case' you'll need to create a trigger for each company (or any field the rule-event is based on). The example below shows the logic set-up for “Company 1”. The following rules/conditions is based on the condition that the ticket is created and value "Company Name 1 (repairs@companyname1)" is selected from the field.


NOTE: Just above (common practice) we remove the tags from company 2, just in case they were there previously. Outlined in Blue we add and then nulify the tag to prevent it from fireing in a loop.

 



The 'Update' Trigger; Here we have another trigger should you want to update/change the CC for another company. (again, depends on 'Use Case')

  • The below shows the logic set-up for “Company 1”. The following rules/conditions is based on the condition that the ticket is updated and value "Company Name 1 (repairs@companyname1)" is selected from the field.

NOTE: Just above (common practice) we remove the tags from company 2, just in case they were there previously. Outlined in Blue we add and then nulify the tag to prevent it from fireing in a loop.

 

 

IMPORTANT NOTE: To remove the CC you should create another trigger, (if xxx field is blank) ensuring you create an action to remove all tags.

That's it.. you should be done.

 

Not Working? 

  1. Go to; Admin>Settings>Extensions>Edit Target
  2. Re-type over your password
  3. Update Target
  4. Submit

:-)

 

Posted Sep 12, 2016 · Pierre Merrien

0

Followers

29

Votes

29

Comments


Pierre Merrien commented,

Community comment Feedback - Ticketing system (Support)

Ok. Will upload procedure / set-up tommorw now. Need to remove private details. Same time 16:00 GMT

Pierre

View comment · Posted Sep 09, 2016 · Pierre Merrien

0

Followers

1

Vote

0

Comments


Pierre Merrien commented,

Community comment Feedback - Ticketing system (Support)

I have a solution for CC-ing any person internal or external based on a custom field. I have achieved this so its automatic, based on the selected value of a field. E.g; Ticket is created > Customer is XYZ > CC customer(s)

Anyoneone interested.. I'm documenting it now.

Pierre

View comment · Posted Sep 09, 2016 · Pierre Merrien

0

Followers

0

Votes

0

Comments


Pierre Merrien commented,

Community comment Feedback - Ticketing system (Support)

@Chris Boxsell

I have recently implemented something very similar myself from various other posts and snippets.

Would you like my documentation and screen shots on how this is achieved?

Pierre

View comment · Posted Mar 08, 2016 · Pierre Merrien

0

Followers

0

Votes

0

Comments


Pierre Merrien commented,

Community commentDiscussion - Zendesk on Suite best practices

To all,

Great stuff!

I set my Triggers and Automations (similar process to the above) about 10 months ago due to the large amount of pending tickets we had at level 1 Support. Since introduced, it's certainly speeded things up. Works 100%.

*My only addition was some extra views for level 1 support.

 

Example: When the agent applies a macro (e.g 'B') the ticket goes into the holding pen (A) until 72hrs comes around... (escalates to 'C') and so on. The final macro (D) notifies the end-user that the ticket will considered closed within 24 hours. This is done automatically.

 

(A) All CSC Pending tickets                               21

(B) Pending tickets - Over 2 days (48hrs)       7

(C) Pending tickets - Over 3 days (72hrs)      10

(D) Pending tickets - Over 5 days (120hrs)      4

 

To manage pending tickets, our agents only refer to views B, C, and D.

Hope this helps?

 

Pierre

 

View comment · Posted Jun 01, 2015 · Pierre Merrien

0

Followers

0

Votes

0

Comments