Expand my Community achievements bar.

The Community Advisors application is now OPEN for the second class of 2024. Apply to become a part of this exclusive program!

Automated email notifications for upcoming tasks

Avatar

Level 1

Hi, I'm looking to automate email notifications for upcoming incomplete tasks due (once 30 days before due date, again 7 days before due date) to be sent to the Assignee(s). I've been trying to accomplish this through the Email Notifications on Workfront. I tested this but it was unsuccessful. Not sure if I need to adjust any other settings or if my code is incorrect? My current code is below:

 

<html>
<p>Hello $$assignedTo:firstName$$,</p>
<p>You are assigned to work on a remediation commitment for <td>$$project:name$$</td> , <b><ahref=https://<capitalonestress>.my.workfront.com/task/view?ID=$$ID$$">$$name$$</a></b>, which is due on $$estCompletionDate$$. Once complete, please close out the Task in Workfront.</p>
<tablewidth=350"style=font-size:12px;">
<tr>
<td><b>Task Name:</b></td>
<td>$$name$$</td>
</tr>
<td><b>Project Name:</b></td>
<td>$$project:name$$</td>
</tr>
<tr>
<td><b>Priority:</b></td>
<td>$$priority$$</td>
</tr>
<tr>
<td><b>Who is assigned to:</b></td>
<td>$$assignedTo:name$$</td>
</tr>
<tr>
<td><b>When it's due:</b></td>
<td>$$estCompletionDate$$</td>
</tr>
</table>
</html>

 

 

0 Replies