Hi everyone,
There is a project with several tasks. When specific task is complete it sends email notification to the person Assigned to another task.
Is possible to implement the following:
Can the person who receives the email mark their task as Complete within the email itself and not have to go into the Workfront project to mark it as Complete.
Is it possible? If so, how to implement this?
Could you please advise?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hello Viktoriia,
You could use the Fusion module Webhook to achieve this.
As this is an instant trigger, you could include the webhook URL into your email body and pass any parameters by attaching
?parameter1=<parameter1>¶meter2=<parameter2>...
I would suggest working with an additional parameter which has to be true in the scenario processing to make sure, that the scenario is not triggered accidentally.
Regards
Lars
Hello Viktoriia,
You could use the Fusion module Webhook to achieve this.
As this is an instant trigger, you could include the webhook URL into your email body and pass any parameters by attaching
?parameter1=<parameter1>¶meter2=<parameter2>...
I would suggest working with an additional parameter which has to be true in the scenario processing to make sure, that the scenario is not triggered accidentally.
Regards
Lars
Great idea! Thank you, Lars, I'll try it.
UPD: It worked as needed. Thank you!
Views
Replies
Total Likes