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

useClientManagerEmailMatchingboolean

When enabled, outbound emails use the connection matching the client's manager email address instead of the default

When enabled, outbound emails use the connection matching the client's manager email address instead of the default

JSON Example

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

Used By Operations