OBJECT

NotificationTemplate

link GraphQL Schema definition

1type NotificationTemplate {
2
3id: ID!
4
5eventName: String!
6
7eventType: String!
8
9title: String!
10
11body: String!
12
13ownerOrganizationId: ID!
14
15ownerApplicationId: String!
16
17applicationId: String
18
19mailboxId: ID
20
21createdDateTime: DateTime
22
23updatedDateTime: DateTime
24
25}