Skip to main content
Errors use one JSON envelope:
Branch on code and log message. Handle unknown codes by HTTP status class.

Error codes

Retry guidance

Outbound calls to Relay: Inbound webhook deliveries from Relay:
  • Return 408, 429, or a 5xx when you want Relay to retry.
  • Any other non-2xx dead-letters the delivery immediately.
  • Deduplicate every attempt by event_id.

See also