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
replyToEmailstring

Reply-to email address for system emails

Reply-to email address for system emails

replyToNamestring

Reply-to display name for system emails

Reply-to display name for system emails

JSON Example

{
  "emailHeaderContentBlock": {
    "code": "string",
    "name": "string"
  },
  "emailFooterContentBlock": {
    "code": "string",
    "name": "string"
  },
  "designTheme": {
    "code": "string",
    "name": "string"
  },
  "replyToEmail": "string",
  "replyToName": "string"
}

Used By Operations