OBJECT
GeneratePreviewMessageForWebhookTemplateReply
Description
The reply from generating a preview message for the webhook template request. Either the preview message or error info will be returned.
link GraphQL Schema definition
- type GeneratePreviewMessageForWebhookTemplateReply {
- # Captures details of errors encountered within the system.
- : WebhookErrorInfo
- # The preview message for the webhook template.
- : String
- }