OBJECT
OnsiteNotificationAction
link GraphQL Schema definition
1 type OnsiteNotificationAction { 2 3 # Body of the notification action in plain text. 4 : String! 5 6 # ID of the action. 7 : ID! 8 9 # Label of the action. 10 : String! 11 12 # ID of the modal that will open on click, if it is a modal CTA. 13 : ID! 14 15 # Type of the notification action. 16 : String! 17 18 # URL of the notification action. 19 : String! 20 21 }