OBJECT

SendTestMessageToExistingWebhookReply

Description

The reply for send test message to existing webhook request.

link GraphQL Schema definition

  • type SendTestMessageToExistingWebhookReply {
  • # True if the test message was successfully sent.
  • isSuccessful: Boolean!
  • # Captures details of error encountered within the system.
  • errorInfo: WebhookErrorInfo
  • # Specifies whether the webhook is enabled.
  • webhookStatus: WebhookStatusV2!
  • }

link Require by