Hi everyone, I have created a flow where user complete a dedicated Microsoft Form. The response from the Form will be then converted into HTML file store in SharePoint document library. The user will also be receiving a copy of the HTML document.
I am currently able to send the copy of the document via Outlook 365 V2.
However, I doesn't want the user to know that I am the owner of the flow.
So, how can I use Send a HTTP Request to SharePoint to POST this HTML document to the user?
Currently, I am only able to send standard content without attachment to use from Send a HTTP Request to SharePoint.