WebhookTestResponse

Response from testing a webhook.

  • duration_ms
    Type: integer | string Pattern: ^-?(?:0|[1-9]\d*)$Format: int32

    Duration of the test delivery in milliseconds.

  • error
    Type: null | string

    Error message if the test delivery failed.

  • status_code
    Type: null | integer | string Pattern: ^-?(?:0|[1-9]\d*)$Format: int32

    HTTP status code returned by the webhook endpoint. Null if the request failed before receiving a response.

  • success
    Type: boolean

    Whether the test delivery was successful (2xx response).