OBJECT

SendTestMessageToWebhookReply

Description

The reply for send test message to webhook request.

link GraphQL Schema definition

  • type SendTestMessageToWebhookReply {
  • # True if the test message was successfully sent.
  • isSuccessful: Boolean!
  • # Captures details of error encountered within the system.
  • errorInfo: WebhookErrorInfo
  • }

link Require by