Recent searches


No recent searches

SFP BOT's Avatar

SFP BOT

Joined Apr 15, 2021

·

Last activity Feb 14, 2022

Following

0

Followers

0

Total activity

9

Votes

2

Subscriptions

4

ACTIVITY OVERVIEW

Latest activity by SFP BOT

SFP BOT commented,

Community comment Discussion - Tips and best practices from the community

You aint wrong jack :-)

Although once the initial URL target is set up the "notify target" command is effectively acts the same as a "set private comment" option would. You don't need to create the target link everytime you want to create a new private comment trigger. so not a massive faff.

View comment · Posted Sep 10, 2021 · SFP BOT

0

Followers

0

Votes

0

Comments


SFP BOT commented,

Community comment Discussion - Tips and best practices from the community

I’ll take a quick look at my settings in the office tomorrow and hopefully get back with a solution :-)

View comment · Posted Jul 09, 2019 · SFP BOT

0

Followers

0

Votes

0

Comments


SFP BOT created a post,

Post Discussion - Tips and best practices from the community

Step One - Create a URL Target

By creating a URL target as below (settings/extensions/add target/URL target) this will allow you to set a trigger to carry out a certain action upon the ticket that the trigger or automation ran on. 

URLhttps://domainname.zendesk.com/api/v2/tickets/{{ticket.id}}.json?ticket[comment][public]=false+

Method: PUT

Attribute name: ticket[comment][body]

Save the URL Target to something like "Auto Private Comment" and then you can use it as a target using the NOTIFICATIONS: Target trigger option.

Step Two - Create the trigger

Now set up your trigger or automation with your relevant trigger options. In the 'actions' section you can select the 'notifications: Notify Target' option and select the target you created in step one. 

Next, add the comment you want to be posted for example:

CUSTOMER HAS RECEIVED 24 HOUR NOTIFICATION EMAIL.

----

Hi {{ticket.requester.first_name}}



We just wanted to see if you have had time to take a look at our recent email? We haven’t heard back from you and wanted to make sure we hadn’t missed you.



If you want to get in touch with any questions or comments you may have when you get a moment, or if you want to let us know if you need a little more time to digest the information, just hit reply.



{{ticket.latest_public_comment_formatted}}

This comment will now be added as a private comment whenever the trigger actions run. 

It's excellent for setting reminders for agents who aren't using email much as it will reopen in their views. And also good for keeping track of automated messages sent to customers without needing to interpret the 'events' section of the ticket view.

Posted Jun 06, 2019 · SFP BOT

0

Followers

27

Votes

32

Comments