Terms: W
- WebhookWebhook is an HTTP callback that delivers an event to a URL you provide.
- Webhook alertWebhook alert is an alert delivered as an HTTP POST to a URL you control.
- Webhook idempotencyWebhook idempotency is designing receivers so duplicate webhook deliveries do not cause duplicate effects.
- Webhook payloadWebhook payload is the body of a webhook HTTP request describing an event.
- Webhook retryWebhook retry is sending a webhook again after the receiver failed or timed out.
- Webhook signatureWebhook signature is a cryptographic proof that a webhook came from the expected sender.
- Website monitoringWebsite monitoring checks a public web page or site on a schedule to confirm it responds successfully for visitors.