No content to show
User Activity
Got it. In a cart/create webhook topic, there's a way to catch the customer data (email, phone)?
Hey Josh, did you solve it?
03-21-2023
Hey, did you find a way to catch the customer information from the cart topic?
It I want to send a SMS to a customer when a cart is updated, what should I do?
You're talking about Abandoned Checkouts, right?
In my case, an endpoint isn't enough, as I need to integrate it with an external service. Doing GET requests repeatedly just to check if there's a new abandoned checkout isn't a good practice.
Hello everyone, I hope you are all well.I have an private app where I manage webhooks that send requests to an endpoint. On this endpoint, I want to be able to access user information, such as phone number. When the webhook topic is "order/creation" ...
Hi! I am developing a webhook listener for my store, in order to connect it to an SMS sending service. However, I'm stuck at the stage of checking the integrity of the requests I receive (checking if they are really from Shopify). I am following the ...