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: Notre mission est de fournir des services pivots dans les communications cloud sur mobile, fixe et Internet pour les entreprises, les agrégateurs SMS et les fournisseurs de messagerie. Ces services permettent aux organisations de faire un bond en avant dans les services qu'elles fournissent à leurs clients, leur fiabilité, leur visibilité sur leurs services et leur efficacité opérationnelle accrue.