Integrations
You can use the Publish SNS Message action with the following integrations:
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|
Configuration
To configure a Publish SNS Message action:
Complete the following settings:
Parameters templateSpecify the action parameters
.according to the following skeleton in JSON format
– refer to sns . publish for details:
Info You must specify exactly one parameter out of
TopicArn
,PhoneNumber
orTargetArn
.Tip You can inject contextual variables into the remote action payload, refer to Entity Variables for details.
Code Block language js title Publish SNS Message skeleton linenumbers true { "TopicArn": "", "TargetArn": "", "PhoneNumber": "", "Message": "", "Subject": "", "MessageStructure": "", "MessageAttributes": { "KeyName": { "DataType": "", "StringValue": "", "BinaryValue": null } } }
Entity Variables
You can inject contextual workflow variables with workflow entities into the remote action payload template . The syntax is
${entity.key}
and the currently – currently available entities are:Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|
Examples
Filter by label (Content by label) | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
How-to Articles
Filter by label (Content by label) | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
Frequently Asked Questions (FAQ)
Questionslist macro | ||||||||
---|---|---|---|---|---|---|---|---|
|