Forum Discussion
Sara16
Jul 24, 2023Copper Contributor
Flow to transfer email attachments to SP site
I've created a flow to save all email attachments received in a shared mailbox to a sharepoint folder. But the thing is I want all those attachments to take storage space in SharePoint and not outloo...
Sara161
Copper Contributor
I used graph query in http request action in power automate flow and I am able to remove attachments from the mail. But what I want to do is I want the attachments to be visible in email and when I click to open it should be like a link which directs me and opens from Sharepoint space.
Jul 25, 2023
Yeah that's beyond my pay grade lol. If it's even possible it'll require some kind of development API which you're going to have to have the ability to process the e-mail at the transport level and inject something that strips the attachment and injects it's location prior to it being transported to the mailbox.
- Sara161Jul 28, 2023Copper ContributorOkay... seems like a high-level knowledge would be needed and I am just a beginner in it. Thanks for the response anyways.