Home / Connectors / SNS HTTPS Subscription

SNS HTTPS Subscription

Receive events from AWS SNS

inbound-intermediate

Required inputs

KeyLabelType
inbound.context Subscription ID string
inbound.topicsAllowList Topic ARN(s) FEEL expression
Correlation key (process) FEEL expression
correlationKeyExpression Correlation key (payload) FEEL expression

Optional inputs

KeyLabelType
securitySubscriptionAllowedFor Allow to receive messages from topic(s) string
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.inbound.AWSSNS.IntermediateCatchEvent.v1", { "inbound.context": "...", "inbound.topicsAllowList": "= ...", "": "= ...", "correlationKeyExpression": "= ...", "securitySubscriptionAllowedFor": "any", "activationCondition": "= ...", })