Hi all,
New to Fusion and looking to set up a scenario where when a Project's Status is changed to ______ (custom status), an update/notification is sent to a specific user on our team to begin a process. Any help/direction would be hugely appreciated as I am figuring a lot of this out on my own.
Thanks!
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Instant webhook event to catch status change
Read module to read user info if you want to add name to message (We usually send updates to owner/sponsor) you did not specify to who
Create record Update to map the object ID, object type, message to send, and user/team ID to send to
I see a fusion template that might work well for this, and I'm wondering if you've tried it. Here's the link:
https://app.workfrontfusion.com/templates/394-workfront-tailored-notification-based-on-field-change
Instant webhook event to catch status change
Read module to read user info if you want to add name to message (We usually send updates to owner/sponsor) you did not specify to who
Create record Update to map the object ID, object type, message to send, and user/team ID to send to