15 lines
190 B
GraphQL
15 lines
190 B
GraphQL
query NotificationTemplates {
|
|
notificationTemplates {
|
|
id
|
|
title
|
|
channels {
|
|
channel
|
|
implemented
|
|
subject
|
|
body
|
|
buttonText
|
|
buttonUrl
|
|
}
|
|
}
|
|
}
|