Jan 24, 2019 | Webhooks
When you need to design a webhook infrastructure yourself, there are some considerations you need to make. This blog post discusses the most important ones. Event Names Make sure you have consistent, clear and descriptive event names. This helps in adoption of your...
Jan 24, 2019 | Webhooks
In order to establish a solid communication through webhooks, both the publishers and the consumers have to respect their responsibilities. This blog post touches upon the responsibilities of the webhook publisher. Reliability As a webhook publisher, you cannot...
Jan 24, 2019 | Webhooks
In order to establish a solid communication through webhooks, both the publishers and the consumers have to respect their responsibilities. This blog post touches upon the responsibilities of the webhook consumer. Availability As a webhook consumer, one of the most...
Dec 11, 2018 | Webhooks
Modern applications work often reactive, based on a wide range of events. For that purpose, webhooks offer a simple and fast way to spin up processes, fired from these events. Let’s have a look at what webhooks actually are. Webhooks versus polling When the...