MeetingNotificationEmailConfiguration
The configuration for email notification for meetings.
type MeetingNotificationEmailConfiguration {
  brand: Brand
  defaultSubject: String
  fromAddress: String
  fromName: String
  message: String
}
Fields
MeetingNotificationEmailConfiguration.brand ● Brand object
The brand for meeting email notifications. Optional.
MeetingNotificationEmailConfiguration.defaultSubject ● String scalar
Represents the default subject for the email notification. Optional.
MeetingNotificationEmailConfiguration.fromAddress ● String scalar
Represents the from enail address for the email notification. Optional.
MeetingNotificationEmailConfiguration.fromName ● String scalar
Represents the from name for the email notification. Optional.
MeetingNotificationEmailConfiguration.message ● String scalar
Represents the message for the email notification. Optional.