Thank you for the resource but it does not work for me. It would be great if the video includes how to get those strings for topic, dress. This video might be good resource for people who already known pub/sub but it is a little hard to do step by step action for beginners
When I try to pull it, Pub/Sub don't find any message. What can it be? The created webhook should appear in the 'webhook list' inside the admin configurations in my shop?
Could be the webhook configuration in GCP. Try to subscribe to the topic in Python and see if you receive the messages: th-cam.com/video/1O819DrILWM/w-d-xo.html
You're welcome! It depends on how the web app needs to consume the message. Updating the database from GCP with a Cloud Function once the message arrives will work in many cases.
Thank you for the resource but it does not work for me. It would be great if the video includes how to get those strings for topic, dress. This video might be good resource for people who already known pub/sub but it is a little hard to do step by step action for beginners
I have an isuue on similar topic But your video prove as solution to me thanks .
This was great. Thanks for sharing.
Glad it was helpful!
I have an issue on webhook product/update is getting me multiple times the request, any reason why? or any tips how i can prevent that?
When I try to pull it, Pub/Sub don't find any message. What can it be?
The created webhook should appear in the 'webhook list' inside the admin configurations in my shop?
Could be the webhook configuration in GCP. Try to subscribe to the topic in Python and see if you receive the messages: th-cam.com/video/1O819DrILWM/w-d-xo.html
@@rabbitmetrics Thx. It was the sub ID. 😆
This was great. Thanks for sharing.
Do you have an example triggering another message with pub/sub?
Also, consuming the message within a web app?
You're welcome! It depends on how the web app needs to consume the message. Updating the database from GCP with a Cloud Function once the message arrives will work in many cases.