OBJECT
TestExistingWebhookReply
Description
The results of the webhook test.
link GraphQL Schema definition
- type TestExistingWebhookReply {
- # The information describing the error from the webhook test.
- : ErrorInfo
- # Describes whether the test was successful or not.
- : Boolean!
- # Describes the webhook status after the test.
- : WebhookStatus!
- }