Le plus souvent, les webhooks sont des points de rappel HTTP qui sont définis par l'utilisateur.
Most commonly, webhooks are HTTP callback points that are defined by the user.
Un webhook effectue un rappel HTTP vers une URL qui doit être configurée par le système qui reçoit les données.
A webhook makes an HTTP callback to a URL that has to be configured by the system which receives the data.
Lorsqu'un marchand reçoit un dépôt sur son adresse de crypto-monnaie enregistrée, toutes les données relatives à cette transaction en Bitcoin sont envoyées à l'adresse de rappel HTTP (URL) définie par le marchand.
When a merchant receives a deposit at their registered cryptocurrency address, all the data about that bitcoin transaction is sent to the merchant's defined HTTP callback address (URL).
Vous pouvez configurer une stratégie d'alerte avec un rappel HTTP ou un HTTP POST à l'aide d'applets de commande PowerShell. Elles prennent désormais en charge les webhooks.
Using PowerShell cmdlets which are extended to support webhooks, you can configure an alert policy with a HTTP callback or a HTTP POST.
Vous pouvez configurer une stratégie d'alerte avec un rappel HTTP ou un HTTP POST à l'aide d'applets de commande PowerShell.
You can configure an alert policy with an HTTP callback or an HTTP POST using PowerShell cmdlets.
L'URL de rappel HTTP du marchand doit renvoyer le code de réponse HTTP de 200 avec le contenu: *ok* pour que l'API de SpectroCoin confirme que le rappel a abouti.
The merchant's HTTP callback URL must return HTTP Response code 200 with content: *ok* for the SpectroCoin API to confirm the callback as successful.
Abonnez-vous à un ensemble d'événements pour lesquels vous recevrez un rappel HTTP POST vers votre terminal.
Subscribe to a set of events for which you will receive an HTTP POST callback to your endpoint.