A webhook is a way for applications to provide other applications real-time information, often in real-time. Initiate your automation when WhenThen receives a specific Webhook call; this allows any service in your tech-stack to initiate an automation.
Use when you want a system outside of WhenThen to trigger the start of an automation.
{
"id": 1,
"products": [
{
"discountPercentage": 8.71,
"discountedPrice": 55,
"id": 59,
"price": 20,
"quantity": 3,
"title": "Spring and summershoes",
"total": 60
},
{
"discountPercentage": 3.19,
"discountedPrice": 56,
"id": 88,
"price": 29,
"quantity": 2,
"title": "TC Reusable Silicone Magic Washing Gloves",
"total": 58
},
{
"discountPercentage": 13.1,
"discountedPrice": 70,
"id": 18,
"price": 40,
"quantity": 2,
"title": "Oil Free Moisturizer 100ml",
"total": 80
},
{
"discountPercentage": 17.67,
"discountedPrice": 766,
"id": 95,
"price": 930,
"quantity": 1,
"title": "Wholesale cargo lashing Belt",
"total": 930
},
{
"discountPercentage": 17.2,
"discountedPrice": 994,
"id": 39,
"price": 600,
"quantity": 2,
"title": "Women Sweaters Wool",
"total": 1200
}
],
"total": 2328,
"totalProducts": 5,
"totalQuantity": 10,
"userId": 97
}