GitHub Webhook Connector
Receive events from GitHub
Required inputs
| Key | Label | Type |
|---|---|---|
inbound.context | Webhook ID | string |
Optional inputs
| Key | Label | Type |
|---|---|---|
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": "= ...",
})