
Announcements
Hi all,
Just to preface with I'm a total noob and I almost don't know what I'm doing. I ran across the Shoutout app and thought this could be used within my organization given some ongoing conversations. I did a quick set up and test and was wondering how I would go about customizing the email template so it shows the actual shoutout message and not just the badges. That way people and specially mangers don't necessarily have to constantly open the app to see what was written.
@DMes - the email is generated on the OnVisible property of the SendConfirmationScreen.
To customise the email template you will need to modify the HTML output . If you do not know HTML, you can copy the HTML (start copying from the start tag ( "<html>" and the end tag "</html>" ) into an online HTML editor (e.g. https://codebeautify.org/htmlviewer).
Make your modifications, then replace the existing HTML with the new modified HTML.