Email Design System

Get email design system

Returns the company's effective email design system - the visual identity every AI-generated email (campaigns and sequence steps) renders inside. The identity is stored as the company's emailDesignPrompt direction text; tokens are parsed from that text, with unstated tokens derived deterministically from brand context. isDefault is true while the identity is purely derived.

get/email-design-system

Response

Email design system returned

successboolean
directionTextstring nullable

The raw design direction text the tokens were parsed from; null when the company has none yet.

isDefaultboolean

True while the identity is purely derived from brand context.

Example response

{
  "success": true,
  "designSystem": {
    "version": 1,
    "designCode": {
      "version": 1
    }
  }
}

Changes

Changed in 1 of the 123 revisions of this API.1