GitHub Apps

If you're using apps that accept incoming webhook connections from GitHub, you can use the GitHub-compatible webhook to send VB Studio event notifications to those apps. The payload will be sent in a format similar to that used by GitHub, so you don't need to make any changes to your GitHub apps.

See https://developer.github.com/webhooks/ to learn more about GitHub webhooks.

To create a GitHub-compatible webhook that sends VB Studio event notifications to an app that accepts incoming webhook connections from GitHub:

  1. In the left navigator, click Project Administration Project Administration.
  2. Click Webhooks.
  3. Click + Create Webhook.
  4. From the Type drop-down list, select GitHub Compatible.
  5. In Name, enter a unique name.
  6. In URL, enter the GitHub app's URL.
  7. In Secret, enter a secret phrase that’s passed as a string with the HTTP request as a signature header.
  8. From the Payload Type drop-down list, select the media type for the payload. You can select either form–urlencoded (default) or json.
  9. To ignore the host’s SSL certificate verification when delivering the HTTP request, select the Ignore SSL Errors check box.
  10. In Event Groups, select the events that trigger the webhook.
    If you selected the Select specific events option, in Events, select the check boxes of events that trigger the webhook.
  11. Click Done.

When you're finished, use the left navigator to switch to another page.