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.
- Boolean! :
- # Captures details of error encountered within the system.
- WebhookErrorInfo :
- }