Skip to main content

Event types

Endl manages this catalogue and may add event types over time. Handle an unrecognised eventType gracefully rather than rejecting it, or a new event type becomes an outage in your receiver.
Subscribe with globs — payout.* — to pick up related types automatically as they are added.
A delivered body carries exactly the fields the producing service sent for that event, with every leaf value rendered as a string. The field set is producer-defined, not a fixed schema per event type.

Delivery modes

Subscription status

Delivery status

Only FAILED and EXPIRED deliveries can be retried.

Error classes

lastErrorClass on a delivery is one of: TIMEOUT · CONNECT · DNS · TLS · REDIRECT · HTTP_4XX · HTTP_4XX_TRANSIENT · HTTP_5XX · PAYLOAD_TOO_LARGE · SSRF_BLOCKED · UNRESOLVABLE_REF

Limits