INPUT_OBJECT
GeneratePreviewMessageForWebhookTemplateInput
Description
The input values for generating preview messages for the webhook message template.
link GraphQL Schema definition
- input GeneratePreviewMessageForWebhookTemplateInput {
- # The type of message template.
- TemplateMessageType! :
- # The template data.
- String! :
- }