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.
  • msgType: TemplateMessageType!
  • # The template data.
  • templateData: String!
  • }

link Require by