UpdateEmailSettingsRequest
Request to update email settings for the tenant
Properties
| Name | Type | Description |
|---|---|---|
| emailHeaderContentBlockCode | string | Code of the content block to include at the top of emails |
Code of the content block to include at the top of emails | ||
| emailFooterContentBlockCode | string | Code of the content block to include at the bottom of emails |
Code of the content block to include at the bottom of emails | ||
| designThemeCode | string | Code of the design theme to apply for email styling |
Code of the design theme to apply for email styling | ||
| fromEmail | string | Email address to use as the sender for system emails |
Email address to use as the sender for system emails | ||
| fromName | string | 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"
}