Deluge: How to get the application/octet-stream response using the 'invokeUrl' method?
I'm in the middle of setting up a 'scheduled email notifications' Flow, but I am unsure if this is the best path to do it. So alternate title for this post is "What's the best setup for emailing an inventory feed to your customers."
The setup is simple, I added a scheduled trigger and connected it to a function that 1. requests an excel file from SharePoint REST API, 2. fetches all customers with "Inventory Feed" field selected, and 3. sends an email with the file from SharePoint attached.
Here's a snippet
I'm getting a string instead an application/octet-stream content.
Zoho Flow:
Postman: