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.
- Boolean! :
- # Captures details of error encountered within the system.
- WebhookErrorInfo :
- # Specifies whether the webhook is enabled.
- WebhookStatusV2! :
- }