How to Add an Unsubscribe Button in Email Using UiPath and Outlook

Hi UiPath Community,

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.

Refer below post for better understanding.

Thank you @pprasad for the reply!

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 ?

Thank you in advance.

Best Regards,
Vishal :slight_smile:

I think it’s feasible using JavaScript, but it won’t function with regular HTML code that is incorporated with the mail content.

Oh Okay, Have you worked on it or if you have any Solution for it then let me know, It will be very helpful for me.

I am also looking for it, how to achieve it.

Thanks,
Vishal

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.