Why Webhks?

Intro

Development of any service consists of many components and some of them are much easier to do than the others which have a tendency of complicating the setup just due to their nature.

Periodic tasks

The easiest feature to build is a web page - any cheap php webhosting could help with the task all the frameworks are tailored primarily to serve these needs.

In contrast, any periodic tasks are harder to implement:

Webhks allows to solve all three pain points in one go:

Webhooks from external services

This is a pain point familiar to any developer who interated an external service into the system. Many of the services provide a convenient functionality of webhooks when they would call a service in question in case of certain events like email delivery or a new payment.

There are many problems that stem from the fact that webhooks are actually not trivial to implement in a good way:

Webhks gives a best in class support for the webhooks (automatic retries coming soon!):

Get Started