We’ve introduced a new endpoint that allows updating Email Builder templates and email settings in a single API call.
🚀 What is New?
New Endpoint
PATCH
/emails/builder/:templateId
• Updates existing email builder templates.
• Maintains all existing update behavior.
• Now supports updating: subject fromName fromEmail previewText
Simplified Editor Payload
Replaced
type, html/dnd,
and
isPlainText
with a simplified structure using
editorType
and
editorContent,
with
isPlainText
now derived automatically.
✅
Impact
🔍
Notes