OBJECT
SendTestMessageToExistingWebhookReply
Description
The reply for send test message to existing webhook request.
link GraphQL Schema definition
- type SendTestMessageToExistingWebhookReply {
- # Captures details of error encountered within the system.
- : WebhookErrorInfo
- # True if the test message was successfully sent.
- : Boolean!
- # Specifies whether the webhook is enabled.
- : WebhookStatusV2!
- }