Home / Connectors / GitHub Webhook Connector

GitHub Webhook Connector

Receive events from GitHub

inbound-start

Required inputs

KeyLabelType
inbound.context Webhook ID string

Optional inputs

KeyLabelType
inbound.hmacSecret GitHub secret secret
inbound.activationCondition Condition FEEL expression
inbound.variableMapping Variables FEEL expression

Apply this connector with @bpmnkit/connectors

import { applyConnectorTemplate } from "@bpmnkit/connectors" const result = applyConnectorTemplate("io.camunda.connectors.webhook.GithubWebhookConnector.v1", { "inbound.context": "...", "inbound.hmacSecret": "<your github secret>", "inbound.activationCondition": "= ...", })