Integrations
You can use the Invoke Lambda Function action with the following integrations:
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|
Configuration
To configure an Invoke Lambda Function action:
Complete the following settings:
Parameters Specify the action parameters according to the following skeleton in JSON format – refer to lambda . invoke for details:
Info You typically only specify the
FunctionName
andPayload
parameters, and not all parameters documented for lambda . invoke are applicable here (invocation-type
andlog-type
are not meaningful, andoutfile
is not supported).Tip You can inject contextual variables into the remote action payload, refer to Entity Variables for details.
Code Block language js title Invoke Lambda Function skeleton linenumbers true { "FunctionName": "", "Payload": {}, "Qualifier": "", "ClientContext": {} }
Entity Variables
You can inject contextual workflow variables with workflow entities into the remote action payload template – 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 | ||||||||
---|---|---|---|---|---|---|---|---|
|