How to add a existing HTML template into mail body in uipath

my manager has sent me a mail with HTML template in it, i have to use that template and aslo need to add some data from excel and send mails every month, is there any workflow to automate that way?

@rajthyaga53 you can use send mail message activity and inside that select isbodyhtml property to send your html content

Have a look at the following Activity for preparing the mail body along with placeholders and value substitution:

https://docs.uipath.com/activities/lang-en/docs/create-html-content

image

Check IsBodyHtml property

Regards,
Arivu