Recent searches
No recent searches
Create a private comment automatically
Posted Jun 06, 2019
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.
URL: https://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.
----
<p>Hi {{ticket.requester.first_name}}</p>
<p>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.</p>
<p>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. </p>
<blockquote>{{ticket.latest_public_comment_formatted}}</blockquote>
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.
0
32 comments
Iryna Haida
Proactive Campaigns indeed allows the creation of private comments automatically. Furthermore, it allows to create public comments automatically. With just a few clicks, I successfully configured all needed automated private notes, bypassing the need for intricate settings.
0
Iryna Haida
Proactive Campaign works great. It allows me to create both private and public comments automatically. I tried many things that I found in the community, but only this app does what I need without failure.
0