This cod adding email to list but I cant add it to the flow I need.What I need to do?
$.ajax({
type: 'POST',
url: 'https://a.klaviyo.com/onsite/components/back-in-stock/subscribe',
data: {
a: 'api-key-public',
email: email,
variant: id,
platform: 'shopify'
},
success: function (response) {
console.log(response)
}
})