Shopify Webhook
How To Use The Triggers Follow the below visual guide for using the triggers, learn more about our Shopify integration here. After adding the details and mapping the variable, attach the trigger to a subflow as: We are now ready to use the triggers. Triggers & Response Payloa…
How To Use The Triggers
Follow the below visual guide for using the triggers, learn more about our Shopify integration here.

After adding the details and mapping the variable, attach the trigger to a subflow as:

We are now ready to use the triggers.
Triggers & Response Payloads
Cart Abandoned
Cart Abandoned is triggered from shopify whenever any customer enter their billing details but does not continue to payment page or does not complete the payment.
The response payload returns information regarding cart items, amount , checkout page url etc.
The response payload return the following JSON.
{ |
Note : The minimum time limit before the cart abandoned webhook triggered is 30 minutes by default
Order Creation (Cash On Delivery & Credit Card)
This webhook is triggered whenever someone completes the checkout process and places an order. The only difference between the two triggers is that when using Cash on Delivery, the order is by default marked unpaid and when using credit card, the order is by default marked as paid.
The response payload returns the following JSON
{ |
Order Cancelled
This webhook is triggered whenever the order is cancelled from the shopify admin console.
The response payload returns the following JSON.
{ |
Order Paid
This webhook is triggered whenever the order is marked from the shopify admin console.
The response payload returns the following JSON.
{ |
