API Docs / Schemas / UpdateEmailSettingsRequest

UpdateEmailSettingsRequest

Request to update email settings for the tenant

Properties

Name Type Description
emailHeaderContentBlockCodestring

Code of the content block to include at the top of emails

Code of the content block to include at the top of emails

emailFooterContentBlockCodestring

Code of the content block to include at the bottom of emails

Code of the content block to include at the bottom of emails

designThemeCodestring

Code of the design theme to apply for email styling

Code of the design theme to apply for email styling

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

{
  "emailHeaderContentBlockCode": "string",
  "emailFooterContentBlockCode": "string",
  "designThemeCode": "string",
  "fromEmail": "string",
  "fromName": "string"
}

Used By Operations