Lambda
Sample integration with Open Loyalty using serverless functions
1
Member makes a transaction using a mobile app
2
Transaction details are sent to API Gateway so that it calls two serverless functions:
First Lambda function registers a transaction in the Order Management system
Second Lambda function registers a transaction in Open Loyalty
3
As a result, Open Loyalty sends a webhook to the third Lambda function that a Member earned points
4
The third Lambda function calls Marketing Auto’s API to send Member a push notification about earned points / received reward
Last updated
Was this helpful?