OBJECT

VisitorNotificationSettingsRequestedSystemAttachment

A message that requests the visitor to fill its notification settings (usually his email address), so he can be notified when he receives a response

link GraphQL Schema definition

  • type VisitorNotificationSettingsRequestedSystemAttachment {
  • # A correlation id that may be used to retrieve following events that have been
  • # caused by this notification settings request
  • correlationId: UUID!
  • # A text that may customize this notification settings request
  • text: String
  • }