web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Remove "Unsubscribe" O...
Power Automate
Answered

Remove "Unsubscribe" Option from Flow Email

(1) ShareShare
ReportReport
Posted on by 704

I'm sure this has been asked already but I'm having trouble finding an answer.  I have a flow that's sending an email.  In the email body is a hyperlink for the user to "unsubscribe" from flow notifications.  I do not want this to show at all in my email.  Is there a way to remove this? 

Categories:
I have the same question (0)
  • Verified answer
    v-xida-msft Profile Picture
    Microsoft Employee on at

    Hi @aprildunnam,

     

    Could you please share a screenshot of your flow's configuration?

     

    I suppose that you add the "Send an email notification" action of Mail connector within your flow, is it true?

     

    I afraid that there is no way to remove the "Unsubscribe" Option from Flow Email in Microsoft Flow currently, if you would like this feature to be added in Microsoft Flow, please submit an idea to Flow Ideas Forum:

    https://powerusers.microsoft.com/t5/Flow-Ideas/idb-p/FlowIdeas

     

    Best reagrds,

    Kris

  • aprildunnam Profile Picture
    704 on at

    That's what I was afraid of.  Thank you for confirming that. I will be sure to request this feature on uservoice. 

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

     

    On the off chance you'd still benefit from a workaround, if you leave an open ended tag with inline styling applied, it will affect everything after your content. Definitely not a perfect solution, but it does hide the unsubscribe link.

     

    <div style="display:none;">

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Brilliant!

    Thanks for this work around.  It works great!  🙂

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    A word of caution though. I found that if someone replies or forwards the email, then the unsubscribe link can be seen again.

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    OK.  Thank you. I will keep that in mind.  I appreciate your response.

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    I know this is incredibly "hacky", and not ideal, but I found a way to prevent the unsubscribe message from displaying at the bottom of responses (at least visibly)

     

    Just put this at the end if the notification. It uses your <div> but also sets the link and font colors to white so you can't see them in the email and changes the font size to 1 so it is now microscopic white text when replying.

     

    Like I said, not ideal, but best I can come up with until they a feature added to exclude it.

     

    <head>

     <style type="text/css">

    .div A:link {text-decoration: none; color: white;}

    .div A:visited {text-decoration: none; color: white;}

    .div A:active {text-decoration: none; color: white; }

    .div A:hover {text-decoration: none; color: white;}

     </style>

    </head>

    <div class="div" style="display:none; font-size:1; color:white;">

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    I tried that myself too, but opted against it as there's a (very) small chance that the user would inadvertently click it!

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Hello

     i need to remove

    If you want to unsubscribe from these emails, please use this form (https://aka.ms/flow-mail) .

    so i've tried this way -> http://prntscr.com/lw4un1

     

    i'm doing this right ???

     

    Thanks

    Paulo Mendes

     

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    You have a couple of extra lines in there, but it may work. Give it a try.  If not, just replace everything after your display text exactly with the below code:

     

    <head>

     <style type="text/css">

    .div A:link {text-decoration: none; color: white;}

    .div A:visited {text-decoration: none; color: white;}

    .div A:active {text-decoration: none; color: white; }

    .div A:hover {text-decoration: none; color: white;}

     </style>

    </head>

    <div class="div" style="display:none; font-size:1; color:white;">

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 312 Super User 2026 Season 2

#2
11manish Profile Picture

11manish 154 Super User 2026 Season 2

#3
trice602 Profile Picture

trice602 143 Super User 2026 Season 2

Last 30 days Overall leaderboard