What is a Webhook?
You may have seen webhooks mentioned in some of your apps before and thought: “Would I benefit from using a webhook?” In a word: yes. In simple terms, webhooks are an easy way for one app to “speak” to another, allowing data to be passed between systems that are otherwise unconnected. Applications and services such as Twitter, Discord, Youtube, and Github all use webhooks to provide you with the services you know and love. So that begs the question: how do I use webhooks?