**This endpoint allows you to create a new version of a template.**
nameRequiredstringName of the transactional template version. This helps identify different versions of the same template (e.g., 'Version 1', 'Holiday Update').
activeintegerSet to 1 to make this version the active version of the template. Set to 0 or omit to create an inactive version. Only one version can be active at a time.
editorstringThe editor type used to create the template version. 'code' for Code Editor, 'design' for Design Editor. Defaults to 'code' if not specified.
subjectRequiredstringSubject line of the email. Supports Handlebars substitution syntax for dynamic content (e.g., 'Hello {{first_name}}').
test_datastringFor dynamic templates only. A JSON string containing mock data for template preview and test sends. Example: '{"first_name": "John", "order_id": "12345"}'.
template_idRequiredstringThe ID of the transactional template to add a version to. Format: 'd-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' for dynamic templates or UUID for legacy templates.
html_contentstringThe HTML content of the email template. Supports Handlebars substitution syntax for dynamic content (e.g., '{{first_name}}'). Maximum of 1048576 bytes (1MB) allowed.
plain_contentstringText/plain content of the transactional template version. If not provided and generate_plain_content is true, it will be automatically generated from html_content. Maximum of 1048576 bytes allowed.
generate_plain_contentbooleanIf true, plain_content is always generated from html_content. If false, plain_content is not altered.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.