Brand
Brands can be assimilated to marketing designs. They allow to define different logos, color themes, custom CSS style sheets, and default images for web pages, email documents, and Mobile Apps.
type Brand {
createdAt: DateTime!
createdBy: String
footerHtml: String
footerImage: BrandImage
headerImage: BrandImage
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
name: String!
websiteIconUrl: URL
}
Fields
Brand.createdAt ● DateTime! non-null scalar
The date and time the record was created.
Brand.createdBy ● String scalar
UTF-8 string value that represents the username of the user who created the record. Optional.
Brand.footerHtml ● String scalar
The HTML content to display in the footer of web pages for the brand. Optional.
Brand.footerImage ● BrandImage interface
The footer image for the brand. Optional.
Brand.headerImage ● BrandImage interface
The header image for the brand. Optional.
Brand.id ● ID! non-null scalar
The unique identifier for the brand.
Brand.lastModifiedAt ● DateTime! non-null scalar
The date and time the record was last modified.
Brand.lastModifiedBy ● String scalar
UTF-8 string value that represents the username of the user who last modified the record. Optional.
Brand.name ● String! non-null scalar
The name of the brand.
Brand.websiteIconUrl ● URL scalar
The URL for a website icon, also known as a favicon, for the brand. Optional.
The website icon is a small image that appears in the browser tab when a user visits a website.
Member Of
EventPortal object ● MeetingNotificationEmailConfiguration object ● MeetingRequestResponseSiteConfiguration object ● MergeDocument object ● SessionSurvey object ● SystemPortal object