Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list
SOLVED

Which email template is being used for participant step "email notification"

Avatar

Level 5

Hi There,

 

Need your help in order to identify the email template which is used for participant step (notify through email) to trigger mail in a specified format.

Our requirement is to overlay that email template to add some additional data. I have tried changing the template available at "/libs/settings/workflow/notification/email/default/en.txt" . But the changes are not reflecting in the email.

 

Please do let me know your opinions on the same.

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @ravi_joshi ,

The default email template for participant step is 

/libs/settings/workflow/notification/email/default/en.txt

I believe you have overlayed it to this path /conf/global/settings/workflow/notification Ignore if that's correct one.

You need to restart the bundle to reflect workflow notification template changes, since from AEM 6.4.0 all the templates moved inside the bundle.

Reference: https://experienceleague.adobe.com/docs/experience-manager-64/administering/operations/notification....

Hope that help!

Regards,

Santosh

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi @ravi_joshi ,

The default email template for participant step is 

/libs/settings/workflow/notification/email/default/en.txt

I believe you have overlayed it to this path /conf/global/settings/workflow/notification Ignore if that's correct one.

You need to restart the bundle to reflect workflow notification template changes, since from AEM 6.4.0 all the templates moved inside the bundle.

Reference: https://experienceleague.adobe.com/docs/experience-manager-64/administering/operations/notification....

Hope that help!

Regards,

Santosh