📣Postmark has been acquired by ActiveCampaign
x

Web Hooks Integration in Beanstalk

We released a great new feature for Beanstalk called Web Hooks which allows you to customize, extend and integrate the web applications you use with Beanstalk. By using web hooks in your Beanstalk repository, you can get information about each commit to your Beanstalk repository.

How does it work

First, you will need to setup a Web Hook URL and activate Web hooks integration. Details how to do this can be found on web hooks integration help page. After web hooks integration is activated, information about the commits is sent to the Web Hook URL you selected, with JSON formatted data.

On your side, you have a variety of options for parsing the post data. Check the JSON homepage for a library in your favorite language.

An example of the structure of the object we send:

Web Hooks

The feature is available for paid Beanstalk accounts. For more information about the Web Hooks integration, please visit our help page.