Templates
Update template
Updates template metadata, labels, or content. Transactional email IDs and slugs are also resolved for compatibility.
put/templates/{templateId}
Path parameters
templateIdstring required
Template ID, transactional email ID, or transactional slug.
Request body
Response
Template updated
Example response
{
"success": true,
"template": {
"labels": [
"edm",
"template"
]
},
"warnings": [
"blocks[0].styles.color is not a supported field and was ignored. Button label color comes from the block-level `buttonTextColor` field. Supported styles fields: backgroundColor, backgroundOpacity, bleed, borderColor, borderRadius, borderWidth, paddingBottom, paddingLeft, paddingRight, paddingTop, textAlign, textColor."
]
}