OBJECT

TestExistingWebhookReply

Description

The results of the webhook test.

link GraphQL Schema definition

  • type TestExistingWebhookReply {
  • # Describes whether the test was successful or not.
  • isSuccessful: Boolean!
  • # Describes the webhook status after the test.
  • webhookStatus: WebhookStatus!
  • # The information describing the error from the webhook test.
  • errorInfo: ErrorInfo
  • }

link Require by