API Docs / Schemas / EmailSettingsDto

EmailSettingsDto

Tenant-level configuration for outbound email branding and sender information.
Controls the visual appearance and sender details for system-generated emails
such as proposal notifications, task assignments, and client communications.

Properties

Name Type Description
emailHeaderContentBlockCodeAndNameDto
emailFooterContentBlockCodeAndNameDto
designThemeCodeAndNameDto
fromEmailstring

Email address to use as the sender for system emails

Email address to use as the sender for system emails

fromNamestring

Display name to show as the sender for system emails

Display name to show as the sender for system emails

JSON Example

{
  "emailHeaderContentBlock": {
    "code": "string",
    "name": "string"
  },
  "emailFooterContentBlock": {
    "code": "string",
    "name": "string"
  },
  "designTheme": {
    "code": "string",
    "name": "string"
  },
  "fromEmail": "string",
  "fromName": "string"
}

Used By Operations