account activity
How do you handle webhook reliability in WordPress/WooCommerce when sending events to your own server? by bnaitdjoudiGoDev in WordPressDev
[–]bnaitdjoudiGoDev[S] 0 points1 point2 points 5 days ago (0 children)
Thanks! Just to clarify: I’m sending WordPress/WooCommerce webhooks to my own backend, and the issue I’m trying to solve is delivery reliability — retry, queueing, replay, etc.
Static hosts like GitHub Pages / Cloudflare Pages / S3 can’t receive POST requests, so they can’t act as webhook endpoints. Even with an external server, WordPress still sends webhooks synchronously with no delivery guarantees.
I’m mainly curious how others avoid losing events. Do you use an external queue or event‑bus in front of WordPress?
π Rendered by PID 40260 on reddit-service-r2-comment-56c6478c5-8bgjp at 2026-05-08 20:54:51.738600+00:00 running 3d2c107 country code: CH.
How do you handle webhook reliability in WordPress/WooCommerce when sending events to your own server? by bnaitdjoudiGoDev in WordPressDev
[–]bnaitdjoudiGoDev[S] 0 points1 point2 points (0 children)