What you receive
Every transition in the envelope lifecycle emits an event, plus extraction results when requested. Deliveries are:- Signed — every delivery carries a signature so you can verify it came from Atlas. Reject any payload that doesn’t verify.
- Retried — failed deliveries are retried.
- Destination-validated — outbound destinations are validated to prevent Atlas being used as a request proxy.
Managing endpoints
From the dashboard you can:- Register and remove endpoints.
- See delivery history per event.
- Test-fire deliveries to confirm your handler before going live.
Verifying a delivery
Always verify the signature before trusting a payload:Read the signature header
Each delivery includes a signature derived from the raw request body and your endpoint’s signing
secret.
Recompute over the raw body
Compute the expected signature over the raw bytes of the request body — not a re-serialized
object — using your signing secret.