Convert JSON template to HTML
Convert JSON template to HTML using MJML rendering engine. Authentication is done via the X-Secret-Key header.
If the template contains synced sections (any section node with a syncedId property), the matching content must be supplied through the optional syncedSections request field. Synced section references are resolved before merge tag evaluation and variant rendering: the endpoint looks up each syncedId in the supplied array, splices the section's full MJML into the template, regenerates child block UIDs to avoid collisions, and (for multilingual templates) merges per-locale translations into the template's langs array. Without this step, synced sections render as empty placeholders.
Authorizations
Secret key for authentication
Request Body
Responses
Template converted successfully