I am currently working on a project where we send emails to clients using UiPath. I want to include an “Unsubscribe” button in the email body. When a recipient clicks this button, I need to be notified or have the system automatically update our records to reflect that this person has unsubscribed. I am using Send Outlook Email Activity for sending emails.
Can we achieve this using UiPath.
Thank you in advance.
So basically you can create button in email body with the help of html.
On the trigger of button, mail template will generated with predefine data \format. then user will send mail manually.
It worked for me.
In this Solution, an email pop-up comes on the screen and user has to send it manually.
But I was wondering if we can create any html script for Unsubscribe button, where if user clicks on the Unsubscribe Button an Auto email should be sent to the senders mail id. Is it doable ?