Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 2.13 KB

File metadata and controls

26 lines (23 loc) · 2.13 KB

# Brand

Properties

Name Type Description Notes
id int The unique identifier of the brand [readonly]
name string The brand name
color string Hex code of the primary brand color [optional]
secondaryColor string Hex code of the secondary brand color [optional]
website string The website of the specific brand, usually used for display purposes [optional]
screenLogo \Toppy\Sendcloud\V2\Model\BrandScreenLogo [optional]
overlayLogo object Deprecated. Returns an empty object to not break backward compatibility [optional]
printLogo \Toppy\Sendcloud\V2\Model\BrandPrintLogo [optional]
overlayThumb object Deprecated. Returns an empty object to not break backward compatibility [optional]
screenThumb string Thumbnail of the screen logo [optional]
printThumb string Thumbnail of the print logo [optional]
notifyReplyToEmail string Email address used for `reply to` actions for tracking email notifications [optional]
domain string A user-defined domain for use with the tracking page and the return portal features.
notifyBccEmail string BCC email address used for `reply to` actions for tracking email notifications [optional]
hidePoweredBy bool Indicates if the "powered by Sendcloud" message should be displayed on features which display the user's brand, such as the tracking page [optional] [default to false]
googleAnalyticsId string A user-defined string representing the Google Analytics ID [optional]
features \Toppy\Sendcloud\V2\Model\BrandFeatures
customizationSettings \Toppy\Sendcloud\V2\Model\BrandCustomizationSettings [optional]

[Back to Model list] [Back to API list] [Back to README]