Ping webhook
Webhooks
Ping webhook
Ping webhook
Pre-release — contact your Fortary account team for access.
POST to the webhook’s endpoint and returns the live outcome inline. Requires the webhook:manage scope.
The ping uses the same signing and delivery rules as real deliveries, but it is not an event: nothing is recorded in the event log or delivery history. Pings work while the webhook is disabled — use one to verify a fixed endpoint before re-enabling — but not on a deleted webhook. Rate-limited to ~6 pings per minute per webhook.
Request
Response
result—2xx,3xx,4xx,5xx,timeout,conn_error, orssrf_blocked(the URL resolved to a disallowed address).httpStatus— the response status, ornullwhen no response was received.latencyMs— round-trip time of the attempt.bodySnippet— up to 1 KB of your endpoint’s response body, ornull.retryAfterSeconds— parsed from yourRetry-Afterheader when present.

