Forum Discussion
Anonymous
5 years agoNot applicable
Ingest data via a webhook
In order to access automatic reporting from a service we use, I'm required to create a webhook URL, where they will send data to (as opposed to retrieving data from an API). I was wondering if this s...
Anonymous
5 years agoNot applicable
Checked with them and don't think it's going to be possible mahoneypat. What would be the best way to create a URL that is capable of storing data in that case? Use a paid solution or try and code it up myself in python, say, which I have a reasonable knowledge and understanding of but I've never done data extraction this way around (normally use APIs rather than webhooks).
mahoneypat
5 years agoMicrosoft Employee
You can adapt the approach in this article (others out there too) to send data to a URL that triggers a Flow in which you can a save the data to SharePoint/OneDrive and then refresh the dataset that uses it as the source.
Pat