Automation based on a date/time field

Damian Clark April 27, 2022

Hello 

 

Is it possible to trigger an alert, based on a custom date/time field to alert someone that an activity is due to start, for an example, 30 minutes, before the date/time field?

 

example:

Cutover start time = 27/4/22 10:00am

 

Can an alert trigger a message to say this activity is due to start in 30 mins?

 

Thanks

Damian

1 answer

1 vote
Jack Brickey
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 27, 2022

Not exactly but you can run a scheduled rule and inspect the date field and notify the assignee.

trigger - scheduled hourly

condition - date field <= now(+1h) for example (I may have syntax wrong here. Check automation docs)

action - email assignee

Suggest an answer

Log in or Sign up to answer