I’m currently working on a case where I’d pull subscribers within different social medias / channels. One of them being Youtube. The connector available in the Flow platform doesn’t have that capability, but when you look into the Developer’s API site, it’s possible to obtain that. https://developers.google.com/youtube/v3/docs/subscriptions
So, from there I could create a http request in a Flow and use that to make that call… but I couldn’t find the the API Definition (swagger).. maybe because I look at this the wrong way?
I tried using the result from the call as well as the resource representation.. no luck… maybe go and do that http request and I’d get it there ?
If anyone feel like giving me a hand, it'd be appreciated.. my goal is to share back the recipe once it's completed
Solved! Go to Solution.
Thanks @RookieI will look into that next time around, will be much faster and easier than digging into the depth of the web 😉
Ended up finding a Yaml file (which I converted into JSON) on Github
https://github.com/APIs-guru/openapi-directory/tree/master/APIs/googleapis.com/youtube/v3
You can use HTTP action to get the response and then use Parse JSON to parse the JSON response.
Thanks @RookieI will look into that next time around, will be much faster and easier than digging into the depth of the web 😉
Ended up finding a Yaml file (which I converted into JSON) on Github
https://github.com/APIs-guru/openapi-directory/tree/master/APIs/googleapis.com/youtube/v3
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!
User | Count |
---|---|
2 | |
2 | |
2 | |
2 | |
2 |