We're considering Fusion, and I was wondering if it is possible to trigger an email notification based on a set # of days before the value in a date field? For example, if I have a "contract ends" date field in a custom form, I would want an email notification sent from Workfront 90 days before that date value as a reminder. Is this possible with Fusion?
Thank you!
Yes, if I was building this in Fusion I would likely use a scenario that runs daily and searches based on the criteria above. Others have more experience with the email notifications and can speak to any items to watch out for, but your ask is doable.
Thank you!
Views
Replies
Total Likes
Using the addDays function with a negative "-" date should do the trick: {{addDays(now; "-" + 90)}}.
We have a few variations of how this works built into our templates like: Workfront - Cleanup requests with no new notes in past 30 days.
A little more complex than what you need here...but an example:
Thank you for the example! Much appreciated...
Views
Replies
Total Likes
Views
Likes
Replies