OBJECT

TemplateInfo

Description

Subscription message template information.

link GraphQL Schema definition

  • type TemplateInfo {
  • # Subscription message template.
  • templateId: Long
  • # Custom message template.
  • customTemplate: String
  • }