Can I trigger a deploy with an http request?

Is this possible? I would like to be able to trigger a deploy by sending an http request to Netlify instead of using the Netlify UI.

Hi @leftclicktwice, thanks for the post and welcome.

Yes it is possible to trigger a deploy by sending an http request to Netlify by using the Netlify Open API at Netlify API documentation

Thanks.

@leftclicktwice You could configure a Build hook.

2 Likes