Home / Connectors / Twilio connector

Twilio connector

Receive incoming message with Twilio service

inbound-intermediate

Required inputs

KeyLabelType
inbound.context Webhook ID string
Correlation key (process) FEEL expression
correlationKeyExpression Correlation key (payload) FEEL expression

Optional inputs

KeyLabelType
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.Intermediate.v1", { "inbound.context": "...", "": "= ...", "correlationKeyExpression": "= ...", "webhookMethod": "any", "shouldValidateHmac": "enabled", })