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