Can Netlify Functions listen for POST requests? I’d like to create a Netlify Function that listens for a web hook from a third party service, in order to trigger a new Netlify build and deploy.
I haven’t read anything about this in the Netlify Functions docs. Is this something that is possible to do?
If it is possible, what is the Netlify Function endpoint that a third party webhook can send a request to?