INPUT_OBJECT
AddNotificationTemplate
link GraphQL Schema definition
1 input AddNotificationTemplate { 4 2 # The event name of notification template 3 : String! 7 5 # The event type of notification template 6 : String! 10 8 # Title of notification template (handlebars) 9 : String! 13 11 # Body of notification template (handlebars) 12 : String! 16 14 # ApplicationId of notification template 15 : String 19 17 # The mailboxId applied for notification template 18 : ID 20 }