Pattern 16 / COMMS
Webhooks
Use this when notifying an external system exactly when something happens.
- Pressure
- Notifying an external system exactly when something happens
- Mechanism
- Store a subscriber url and post event payloads to it with retries and signatures
- Toll
- The receiver must be reachable, verify signatures, retry safely, and handle duplicates
