最近の検索


最近の検索はありません

Tom Brown's Avatar

Tom Brown

参加日2021年5月28日

·

前回のアクティビティ2021年10月28日

フォロー中

0

フォロワー

0

合計アクティビティ

4

投票

2

サブスクリプション

1

アクティビティの概要

さんの最近のアクティビティ Tom Brown

Tom Brownさんがコメントを作成しました:

コミュニティのコメント Discussion - Tips and best practices from the community

I have a solution to this that allows us to get the reminder at midnight on the date selected in the calendar, so the Agents come in to the reminders on the correct day, not the day before! Obviously lots of automation means more things can break it, but it seems to be functional enough. But I haven't done a huge amount of testing with this so be careful. 

This will not work for time periods less than 24 hours. We had to create a separate automation for "remind me tomorrow". 

We handle tickets in a specific way, so this is tailored to us. But the concept could be adapted once you understand it. 

 

 

Trigger fires if - Ticket updated (not by automation), with a due date present in the date custom field. Action: ticket custom field "Reminder set" to YES.

 

Automation fires if - field "Reminder set" to YESless than 1 day until due date. Action: adds tag c_reminder_24. Also changes ticket from Pending to On-Hold.

 


Automation fires if - field "Reminder set" to YES, tag c_reminder_24, ticket has been on hold for less than 2 hours. Action: Change to pending.

 

 

Automation fires if - ticket with tag c_reminder_24, "Reminder set" field YES, and time since pending is greater than 23 hours. Action: trigger email and change ticket to open. remove tag c_reminder_24 and set custom field to No. 

 

コメントを表示 · 投稿日時:2017年2月10日 · Tom Brown

0

フォロワー

1

投票

0

コメント