Get email template
Get one email template in full: its block document (BLOCKS) or HTML source (CODE), the rendered HTML and text, variables and sender picks. Edit what you read and send it back with email_templates_update.
Authorizations
Organization API key, sent as Authorization: Bearer boom_org_....
Path Parameters
Email template id.
1Response
Success
Only a PUBLISHED template can be sent by a journey.
DRAFT, PUBLISHED BLOCKS = block builder; CODE = hand-written HTML.
BLOCKS, CODE ISO timestamp.
The {{path}} variables the subject and body use.
BLOCKS templates: the block document, in the same shape email_templates_update accepts as document. Null for CODE templates, and for a legacy template saved before the block builder.
CODE templates: the HTML source as authored. Null for BLOCKS templates.
The deliverable HTML, with {{path}} variables still literal (they resolve at send).
The plain-text part.