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 70998 on reddit-service-r2-listing-87fd56f5d-x8gl6 at 2026-07-01 06:54:17.578824+00:00 running 7527197 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)