WebhookTestResponse
Response from testing a webhook.
- durationType: integer | string
_ms Pattern: ^-?(?:0|[1-9]\d*)$Format: int32Duration of the test delivery in milliseconds.
- errorType: null | string
Error message if the test delivery failed.
- statusType: null | integer | string
_code Pattern: ^-?(?:0|[1-9]\d*)$Format: int32HTTP status code returned by the webhook endpoint. Null if the request failed before receiving a response.
- successType: boolean
Whether the test delivery was successful (2xx response).