Newer Version Available
Salesforce-Provided Lambda Functions
To learn more about Lambda functions, see Amazon’s AWS Lambda Developer Guide. When fine-tuning your contact flows, you’ll commonly access contact attributes using Amazon’s JSONPath syntax. Be sure to review Amazon documentation on how to reference these attributes.
To specify which specific action you want to use for the Lambda function, create an attribute for the methodName key, as documented with each function. Additional attributes may be necessary for each method.

After calling a Lambda function, be sure to store the output value using a Set contact attributes block. If you don’t store the output, subsequent calls can overwrite this value.

In the Set contact attributes block, the Attribute must match the output variable and the type must be External.

The Destination key can be whatever value you want to use as a variable later in your contact flow.