Twilio connector
Receive incoming message with Twilio service
Required inputs
| Key | Label | Type |
|---|---|---|
inbound.context | Webhook ID | string |
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.TwilioWebhook.v1", {
"inbound.context": "...",
"webhookMethod": "any",
"shouldValidateHmac": "enabled",
})