Create a template version
lob_template_versions_createCreate a new version of a template's HTML content without publishing it. Publishing requires a separate update step.
Instructions
Add a new version of a template's HTML. Creating a new version does NOT automatically publish it — use lob_templates_update to set published_version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| template_id | Yes | Template ID (`tmpl_…`). | |
| description | No | ||
| html | Yes | HTML content for this version. | |
| engine | No | ||
| extra | No | Additional Lob API parameters not enumerated above. Merged into the request body verbatim. See https://docs.lob.com for the full parameter list per resource. |