I want to get push notification when user uploads a new video in his/her youtube channel. I have set up a lambda function to trigger the netlify incoming webhook. And I have to call the lambda function as a callback url in the websub.
Now What will be the callback url to call the netlify function from a websub service? "https://abc@netlify.com/" or anything like that?