← Back to schema index

SendWebhookTestAttributes

Result of the test delivery to the receiver: whether it answered, with what status and how fast — or the error it gave.

Properties

FieldTypeDescription
delivered*boolean`true` when the receiver responded with a `2xx` status within the timeout. `false` when URL SSRF re-validation fails, DNS doesn't resolve, the receiver times out, or it answers with a non-`2xx` status code.
http_status*integerHTTP status code the receiver answered with. `0` when no HTTP response was received (DNS, timeout, SSRF re-validation failure before the connection).
response_time_ms*integerTotal elapsed time between the start of the delivery attempt and the response (or timeout) in milliseconds. Includes DNS + TLS + roundtrip.
errorstring | nullFailure detail when `delivered=false`. `null` when the delivery succeeded.

Used in operations

  • POST /v1/webhooks/{id}/test