I am going to be building a custom website builder type app, where I’ll be using the Netlify API to trigger deploys via a zip file.
The last piece here is that I want our backend to receive a webhook / POST from Netlify when a given site’s deployment state changes (e.g. so we can show to the user a failed, in progress, or succeeded deploy icon).
Yeah, that looks right. Is there no object schema for the API docs? I’m surprised there is no source of truth for things like hook type in there. I guess I’ll go spelunking into the UI!