Twilio Boundary Event Connector
Receive incoming message with Twilio service
Required inputs
| Key | Label | Type |
|---|---|---|
inbound.context | Webhook ID | string |
| Correlation key (process) | FEEL expression |
correlationKeyExpression | Correlation key (payload) | FEEL expression |
Optional inputs
| Key | Label | Type |
|---|---|---|
webhookMethod | Webhook method | string |
shouldValidateHmac | HMAC authentication | string |
inbound.hmacSecret | HMAC secret key | secret |
inbound.activationCondition | Condition | FEEL expression |
resultVariable | Result variable | string |
resultExpression | Result expression | FEEL expression |
Apply this connector with @bpmnkit/connectors
import { applyConnectorTemplate } from "@bpmnkit/connectors"
const result = applyConnectorTemplate("io.camunda.connectors.Twilio.Webhook.Boundary.v1", {
"inbound.context": "...",
"": "= ...",
"correlationKeyExpression": "= ...",
"webhookMethod": "any",
"shouldValidateHmac": "enabled",
})