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

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

{
  "emailHeaderContentBlockCode": "string",
  "emailFooterContentBlockCode": "string",
  "designThemeCode": "string",
  "replyToEmail": "user@example.com",
  "replyToName": "string"
}

Used By Operations