DEV Community

Cover image for Inside my webhook retry + replay system for WordPress
Mateusz
Mateusz

Posted on

Inside my webhook retry + replay system for WordPress

WordPress webhooks fire once.

If the receiving API fails, the event is gone.

So I built a retry + replay system.

Architecture inside 👇
https://flowsystems.pl/blog/wordpress-webhook-retry-replay-system/

Top comments (1)

Some comments may only be visible to logged-in visitors. Sign in to view all comments.