INPUT_OBJECT

WebhookTemplateInput

Description

The template information.

link GraphQL Schema definition

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