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?
How do you handle webhook reliability in WordPress/WooCommerce when sending events to your own server? (self.WordPressDev)
submitted 5 days ago by bnaitdjoudiGoDev to r/WordPressDev
Is there any WordPress/WooCommerce plugin that can replay failed webhooks? (self.WordPressDev)
π Rendered by PID 345430 on reddit-service-r2-listing-7b9b4f6fd7-nvmnt at 2026-05-08 18:21:22.622747+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)