Skip to main content

Email Builder API

Drag-and-drop email template builder and asset management Base path: /api/v1/messages/email-builder Endpoint count: 5

List saved email-builder templates for the tenant

GET /api/v1/messages/email-builder/list

Transpile MJML to HTML email

POST /api/v1/messages/email-builder/mjml/render
mjml
string
required
The MJML source document to transpile, as a complete <mjml>…</mjml> markup string (1–262,144 characters / 256 KiB). Unsupported components and structural problems are reported in the response errors array without failing the request, so you still receive best-effort HTML.

Render email template to HTML

POST /api/v1/messages/email-builder/render

Save email template

POST /api/v1/messages/email-builder/save

Send test email

POST /api/v1/messages/email-builder/send-test