INPUT_OBJECT

WebhookTemplateInfoInput

Description

The template information.

link GraphQL Schema definition

  • input WebhookTemplateInfoInput {
  • # The custom template.
  • customTemplate: String
  • # The template ID.
  • templateId: Int
  • }