GitHub Webhook Integration

required fields are marked with an `*`
ParameterTypeDescription
webhook_signing_secretstring *The signing secret to verify incoming requests from Github

Configure via API

You'll need the following data:

You can also configure the integration using the API.

Example payload

{
  "webhook_signing_secret": "whsec_e5cf4458caae49ae72d8f275deb9b63bdd41dd5c932c27c9346d428fb9e1d0a0"
}

Workflows

Use GitHub webhooks to trigger notification workflows.

See the workflows page.

Supported Events