API Docs / Operations / Email - Settings / Update email settings

Update email settings

PUT /tenants/{tenant}/email-settings

Updates the email settings for the specified tenant

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

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

Responses

400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found