WebhookTestResult
Result of sending a test event to an endpoint.
type WebhookTestResult {
success: Boolean!
statusCode: Int
error: String
}
Fields
WebhookTestResult.success ● Boolean! non-null scalar
WebhookTestResult.statusCode ● Int scalar
WebhookTestResult.error ● String scalar
Returned By
sendTestWebhookEvent mutation