Glossary

Webhook

A webhook enables third-party services to send real-time updates to your application. Updates are triggered by some event or action by the webhook provider, and pushed to your app via HTTP requests. When you receive the request, you handle it with some custom logic, like sending an email or storing the data in a database. Many services provide both APIs and webhooks to move their data into your app. You can often get the same data using either method. With APIs, you pull data from the provider. But webhooks allow the provider to push data to you. To process webhook requests in your own app, you’ll have to configure: 1) a publicly accessible URL (endpoint) that your webhook provider can send HTTP requests to, and 2) custom application code that runs in response to new HTTP requests sent to this endpoint. Most modern webhook providers send events via HTTP POST requests with a JSON payload. Webhooks have previously been known as HTTP callbacks.


Melrose Labs Tyr SMS Gateway

Melrose Labs: 我们的使命是为企业,短信聚合器和消息传递提供商提供跨移动,固定电话和互联网的云通信中的关键服务。这些服务使组织能够在向客户提供服务,可靠性,对服务的洞察力以及提高的运营效率方面取得飞跃。