From 58510c5953bd5326299569203851051fffdb6d63 Mon Sep 17 00:00:00 2001 From: Benjamin Curtis Date: Wed, 24 Feb 2021 05:34:00 -0800 Subject: [PATCH 1/2] Add Hook Relay --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 13c1902a..6f47daaa 100644 --- a/README.md +++ b/README.md @@ -1152,6 +1152,7 @@ Table of Contents * [videoinu](https://videoinu.com) — Create and edit screen recordings and other videos online. * [RandomKeygen](https://randomkeygen.com/) - A free mobile-friendly tool offers a variety of randomly generated keys and passwords you can use to secure any application, service or device. * [Cronhooks](https://cronhooks.io/) - Schedule one time or recurring webhooks using api and web app. Free plan allows 1 webhook schedule. + * [Hook Relay](https://www.hookrelay.dev/) - Add webhook support to your app without the hassles: done-for-you queueing, retries with backoff, and logging. ## Other Free Resources From bf0bd2263402c0281c9a44d4e68093cf6601cb8e Mon Sep 17 00:00:00 2001 From: Benjamin Curtis Date: Wed, 24 Feb 2021 06:03:40 -0800 Subject: [PATCH 2/2] Add limits of Hook Relay's free plan --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f47daaa..e178598c 100644 --- a/README.md +++ b/README.md @@ -1152,7 +1152,7 @@ Table of Contents * [videoinu](https://videoinu.com) — Create and edit screen recordings and other videos online. * [RandomKeygen](https://randomkeygen.com/) - A free mobile-friendly tool offers a variety of randomly generated keys and passwords you can use to secure any application, service or device. * [Cronhooks](https://cronhooks.io/) - Schedule one time or recurring webhooks using api and web app. Free plan allows 1 webhook schedule. - * [Hook Relay](https://www.hookrelay.dev/) - Add webhook support to your app without the hassles: done-for-you queueing, retries with backoff, and logging. + * [Hook Relay](https://www.hookrelay.dev/) - Add webhook support to your app without the hassles: done-for-you queueing, retries with backoff, and logging. The free plan has 100 deliveries per day, 14-day retention, and 3 hook endpoints. ## Other Free Resources