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