Glossary
Webhook
An outbound HTTP POST to a subscriber URL when a platform event occurs. RateStack signs every delivery with HMAC-SHA256.
Subscribers receive HMAC-signed deliveries with retry, DLQ, per-subscriber circuit breakers, and bulkheads. Idempotency on the subscriber side keys off the eventId header.
Related