I am running into a problem i seem to cannot solve myself…
If I receive a webhook on the server and store the event data in a database (stape store) while using the lookup variable, it only works for the store writer tag, but not for my other events. Is it because I’m missing a way to link it to the specific user? I thought a cookie could solve this, but it doesn’t seem to work when I try to set the cookie using CookieMonster with the webhook trigger to set the cookie. Hmm, do you have any tips? I’m a bit stuck here.
again, you need to have something in common, otherwise there’s nothing to stitch.
your webhooks needs to have something that is available on the browser (cookie values for instance). There’s no single solution here, I don’t even know what your webhooks are to be able to suggest anything
Alright. Its a webhook from Klaviyo that gets send to the server when we get a new lead. I will then store the event data from the klaviyo webhook in stape store
You get that lead from an online form submission I assume? If so, what’s the point of handling it via webhook? Track form submission, store data from there, this will be in a browser env so you can throw any kind of cookie on the customer like just that set user data directly for instance.