Leiste mit Community-Erfolgen erweitern.

Latest Community Ideas Review is Out: Discover What’s New and What to Expect!
GELÖST

Is it possible to Complete task from email?

Avatar

Level 4

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?

Themen

Anhand von Themen werden Community-Inhalte kategorisiert und Sie können so relevanten Inhalt besser finden.

1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Level 10

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>&parameter2=<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

 

Lösung in ursprünglichem Beitrag anzeigen

2 Antworten

Avatar

Korrekte Antwort von
Level 10

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>&parameter2=<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

 

Avatar

Level 4

Great idea! Thank you, Lars, I'll try it.

UPD: It worked as needed. Thank you!