Skip to main content
PUT
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

PUT /tenant/email-settings Description: Updates sender (requires a verified email domain; senderEmail must use that domain) and/or branding. Branding fields fromName, logoUrl, primaryColor, websiteUrl, and unsubscribeUrl are rejected unless the tenant has a verified email domain; replyTo, companyName, companyAddress, and footerText are always available. Returns the full updated settings (same shape as GET /tenant/email-settings). Authorization:
  • Required role: admin or higher
Method: PUT

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Body

application/json

Provide sender and/or branding. sender requires a verified email domain; domain-required branding fields are rejected unless the tenant has a verified email domain.

sender
object

Requires the tenant's email domain to be verified.

branding
object

Response

Email settings updated

status
string
Example:

"success"

data
object