<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: how to add recipient's name to workflow notification email template in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/can-i-add-recipient-s-name-to-the-workflow-notification-email/m-p/94593#M27903</link>
    <description>&lt;P&gt;bump&lt;/P&gt;</description>
    <pubDate>Tue, 23 Jun 2020 23:48:15 GMT</pubDate>
    <dc:creator>lmerlas</dc:creator>
    <dc:date>2020-06-23T23:48:15Z</dc:date>
    <item>
      <title>Can I add recipient's name to the workflow notification email template?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/can-i-add-recipient-s-name-to-the-workflow-notification-email/m-p/94592#M27902</link>
      <description>&lt;P&gt;I'm using Alfresco 5.2 Community. I'm trying to edit the wf-email.html.ftl file found in Repository&amp;gt; Data Dictionary&amp;gt; Email Templates&amp;gt; Workflow Notification&amp;gt; wf-email.html.ftl. In the line&lt;/P&gt;&lt;PRE&gt;&amp;lt;p&amp;gt;Hi,&amp;lt;/p&amp;gt;&lt;/PRE&gt;&lt;P&gt;I want to add the recipient's name in the message, something like&lt;/P&gt;&lt;PRE&gt;&amp;lt;p&amp;gt;Hi John,&amp;lt;/p&amp;gt;&lt;/PRE&gt;&lt;P&gt;Is this possible? If yes, how is it achieved?&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jun 2020 06:25:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/can-i-add-recipient-s-name-to-the-workflow-notification-email/m-p/94592#M27902</guid>
      <dc:creator>lmerlas</dc:creator>
      <dc:date>2020-06-23T06:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: how to add recipient's name to workflow notification email template</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/can-i-add-recipient-s-name-to-the-workflow-notification-email/m-p/94593#M27903</link>
      <description>&lt;P&gt;bump&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jun 2020 23:48:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/can-i-add-recipient-s-name-to-the-workflow-notification-email/m-p/94593#M27903</guid>
      <dc:creator>lmerlas</dc:creator>
      <dc:date>2020-06-23T23:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: Can I add recipient's name to the workflow notification email template?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/can-i-add-recipient-s-name-to-the-workflow-notification-email/m-p/94594#M27904</link>
      <description>&lt;P&gt;May be a hint, If you look at the template args here:&amp;nbsp;&lt;A href="https://github.com/Alfresco/alfresco-repository/blob/master/src/main/java/org/alfresco/repo/workflow/WorkflowNotificationUtils.java#L136" target="_blank" rel="noopener nofollow noreferrer"&gt;https://github.com/Alfresco/alfresco-repository/blob/master/src/main/java/org/alfresco/repo/workflow/WorkflowNotificationUtils.java#L136&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You will see that username/email or any such info is not passed to the email template "&lt;A href="https://github.com/Alfresco/alfresco-repository/blob/master/src/main/resources/alfresco/bootstrap/notification/wf-email.html.ftl" target="_self" rel="nofollow noopener noreferrer"&gt;&lt;SPAN&gt;wf-email.html.ftl&lt;/SPAN&gt;&lt;/A&gt;":&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may have to extend:&amp;nbsp;&lt;SPAN&gt;WorkflowNotificationUtils class to pass the argument and update the wf-email.html.ftl template to consume the argument.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Assigned authorities are availabel in this "assignedAuthorites" variable which comes as input to&amp;nbsp;&lt;A href="https://github.com/Alfresco/alfresco-repository/blob/a040751b637e51bea566c00aca82ffcf8c0c0667/src/main/java/org/alfresco/repo/workflow/WorkflowNotificationUtils.java#L108" target="_self" rel="nofollow noopener noreferrer"&gt;sendWorkflowAssignedNotificationEMail&lt;/A&gt; method.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;There may be other ways too, so see if someone else can also provide any directions.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2020 18:55:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/can-i-add-recipient-s-name-to-the-workflow-notification-email/m-p/94594#M27904</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2020-06-24T18:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: Can I add recipient's name to the workflow notification email template?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/can-i-add-recipient-s-name-to-the-workflow-notification-email/m-p/94595#M27905</link>
      <description>&lt;P&gt;Cross-posted on SO here: &lt;A href="https://stackoverflow.com/questions/62528492/alfresco-add-recipients-name-to-workflow-notification-email-template" target="_blank" rel="nofollow noopener noreferrer"&gt;https://stackoverflow.com/questions/62528492/alfresco-add-recipients-name-to-workflow-notification-email-template&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2020 18:29:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/can-i-add-recipient-s-name-to-the-workflow-notification-email/m-p/94595#M27905</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2020-06-29T18:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: Can I add recipient's name to the workflow notification email template?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/can-i-add-recipient-s-name-to-the-workflow-notification-email/m-p/94596#M27906</link>
      <description>&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/74498"&gt;@abhinavmishra14&lt;/A&gt;&amp;nbsp; How Can I extend&amp;nbsp;WorkflowNotificationUtils.java ?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2023 02:50:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/can-i-add-recipient-s-name-to-the-workflow-notification-email/m-p/94596#M27906</guid>
      <dc:creator>sp2</dc:creator>
      <dc:date>2023-04-12T02:50:45Z</dc:date>
    </item>
  </channel>
</rss>

