Skip to main content

Customer

📄️Test Support Webhook

Sends a `ping` to the webhook right now — a single attempt, no retries — and returns the resulting delivery so you can see whether your endpoint accepted it. The ping is signed and carries the same headers as a real delivery (`X-SKU-Event: ping`), so use it to verify your signature check. The response is always 200 whether or not the endpoint accepted the ping; read `status`, `response_code` and `error` for the outcome. A ping to an inactive webhook is recorded as `failed` with `Webhook is disabled.` and no request is made. A failed ping does not count towards the webhook's `failure_count`. Only a tenant admin can send test pings; a webhook belonging to another tenant is a 404.