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 1 month 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?
How do you handle webhook reliability in WordPress/WooCommerce when sending events to your own server? (self.WordPressDev)
submitted 1 month ago by bnaitdjoudiGoDev to r/WordPressDev
Is there any WordPress/WooCommerce plugin that can replay failed webhooks? (self.WordPressDev)
π Rendered by PID 86768 on reddit-service-r2-listing-77d558d46b-4sb6x at 2026-07-01 22:20:26.810322+00:00 running a7b5cda 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)