OBJECT

VisitorNotificationSettingsConfirmedSystemAttachment

A message displayed to the visitor to explain that its email has been collected

link GraphQL Schema definition

  • type VisitorNotificationSettingsConfirmedSystemAttachment {
  • # A correlation id that may be used to retrieve the event that generated the
  • # notification settings request
  • correlationId: UUID!
  • # Text displayed to the visitor
  • text: String!
  • }