Email Design System
Update email design system
Adjusts the company's email design system. This is a partial update - only the passed fields change - and it affects every future AI email generation and sequence enrichment. The adjustment is written into the company's emailDesignPrompt direction text (the single source of truth) - the new identity's sentences are prepended and custom prose the text carried is preserved below them. Pass reset true to clear the direction text and return to the brand-derived defaults.
patch/email-design-system
Request body
Response
Email design system updated
Example response
{
"success": true,
"message": "Updated the email design system and rewrote the design direction text to match.",
"designSystem": {
"version": 1,
"designCode": {
"version": 1
}
}
}