According to Swell support, their abandoned cart is a 3 trigger function. First we need an abandoned cart automation, which gives us the Cart ID, and then we send another API request with the Cart ID to get all the cart data.
The first abandoned cart trigger works, as it returns me the data.id of the abandoned cart. But it is a two-step process after you receive the data from the cart.abandoned event... you need to send a get request to our carts endpoint to fetch the cart details. And that is what is not working for me.
The documentation for this is https://api.swell.store/carts
The pabbly automation is here: https://connect.pabbly.com/workflow/mapping/IjU3NjUwNTZmMDYzNjA0MzQ1MjZhNTUzNiI_3D_pc
Please assist. Thank you
The first abandoned cart trigger works, as it returns me the data.id of the abandoned cart. But it is a two-step process after you receive the data from the cart.abandoned event... you need to send a get request to our carts endpoint to fetch the cart details. And that is what is not working for me.
The documentation for this is https://api.swell.store/carts
The pabbly automation is here: https://connect.pabbly.com/workflow/mapping/IjU3NjUwNTZmMDYzNjA0MzQ1MjZhNTUzNiI_3D_pc
Please assist. Thank you