Skip to main content

What's a Webhook?

 A webhook is an API concept that's growing in popularity. As more and more of what we do on the web can be described by events, webhooks are becoming even more applicable. They're incredibly useful and a resource-light way to implement event reactions.

So, what exactly is a webhook? A webhook is a way for an app to provide other application with real-time information. A webhook delivers data to other application as it happens, meaning you get data immediately. Unlike typical APIs where you would need to poll for data very frequently in order to get it real-time. This makes webhooks much more efficient for both provider and  consumer. The only drawback to webhooks is the difficulty of initially setting them up.

Webhooks are sometimes referred to as "Reverse APIs," as they give you what amounts to an API spec, and you must design and API for the werbhook to use. The webhook will make an HTTP request to your app and you will then be charged with interpreting it.

Comments

Popular posts from this blog

What is Data

 Data is a collection of a distinct small unit of information. It can be used a variety of forms like text, can be stored in pieces of paper of  electronic memory, etc. Word 'DATA' is originated from the word 'single piece of information'. it is plural of t In computing, Data is information that can be translated into a from efficient movement and process    

What is Database

 A database is an organized collection of data, so that it can be easily accessed and managed. You can organize data into tables ,row, columns, and index it to make easier to find e=relevant inform Database handles create a database in such a way that only one set of software program provides a The main purpose of the database is to operated