Thu, 01 Jun 2023 01:07
The project got a major update recently! From almost no functionality and a primitive ui it got to a working mvp.
- It's possible to see all generated outputs, check the calls done by the system, retry them if necessary, enable and disable them
- New input source: cron! It's possible to schedule api calls by using any valid cron expression
- New Input source: incoming calls! The main usecase there is if you're dealing with an api that has a very primitive support for webhooks - no observability, no retries, no logs. With webhks you will have the full history, it's possible to retry failed webhook calls and not only that. It's possible to multiplex an incoming call and send it to multiple endpoints if necessary, optionally it's possible to filter incoming calls by a jq expression
Mon, 03 Apr 2023 00:41
Webhks.com is a service that will simplify your life if you're dealing with the webhooks