Skip to main content

MeetingNotificationEmailConfigurationInput

Defines the input for email notification for meetings configuration.

input MeetingNotificationEmailConfigurationInput {
brandId: ID
defaultSubject: String
fromAddress: String
fromName: String
message: String
}

Fields​

MeetingNotificationEmailConfigurationInput.brandId ● ID scalar​

The brand for meeting email notifications. Optional.

MeetingNotificationEmailConfigurationInput.defaultSubject ● String scalar​

Represents the default subject for the email notification. Optional.

MeetingNotificationEmailConfigurationInput.fromAddress ● String scalar​

Represents the from email address for the email notification. Optional.

MeetingNotificationEmailConfigurationInput.fromName ● String scalar​

Represents the from name for the email notification. Optional.

MeetingNotificationEmailConfigurationInput.message ● String scalar​

Represents the message for the email notification. Optional.

Member Of​

RegistrationPreferenceMeetingMatchingConfigurationInput input