Skip to main content
POST
Generate Email

Generate Email

Generates a draft email from scratch as structured editor-compatible blocks. By default, Sequenzy wraps the generated content with your company’s email branding: branded presets include a logo and full footer, while minimal presets include a simple footer. Review the returned blocks before creating or sending a campaign.

Request

prompt
string
required
What you want the email to say or accomplish.
style
string
Optional style guidance, such as minimal, branded, or promotional.
tone
string
Optional tone guidance, such as professional, casual, or friendly.
applyBranding
boolean
default:"true"
Whether to wrap the generated content with your company logo and footer. Set this to false to return only the AI-generated content blocks.
emailType
string
default:"marketing"
Email type: marketing or transactional. Transactional emails include a footer without an unsubscribe link.

Responses