Skip to main content

PresentationFlowTemplateNotification

Controls notification behaviour when creating a presentation flow from a template.

type PresentationFlowTemplateNotification {
enabled: Boolean!
enabledVisible: Boolean!
method: ContactMethod
methodVisible: Boolean!
}

Fields

PresentationFlowTemplateNotification.enabled ● Boolean! non-null scalar

Whether notifications are enabled by default for flows created from this template.

PresentationFlowTemplateNotification.enabledVisible ● Boolean! non-null scalar

Whether the runner can change the send-notification toggle. When false the runner sees no notification section.

PresentationFlowTemplateNotification.method ● ContactMethod enum

The notification method locked by the template. Null means the runner may choose freely (when methodVisible is true).

PresentationFlowTemplateNotification.methodVisible ● Boolean! non-null scalar

Whether the runner can change the notification method. When false the method is fixed to the value above.

Member Of

PresentationFlowTemplate object