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