Types
WebhookDeliveryAttemptResultStatus
enum
WebhookDeliveryAttemptResultStatusValues
SUCCESSFUL_RESPONSE
Plain received a 2xx HTTP response from the endpoint.
FAILED_RESPONSE
The endpoint returned a non-2xx HTTP status code (4xx or 5xx).
ERROR
A network-level error occurred before a response was received (e.g. connection timeout or DNS failure).
REJECTED
Plain rejected the delivery before it was attempted, for example because the target was disabled.
SCHEMA_VALIDATION_FAILED
The event payload failed schema validation against the target's pinned webhook version.

