Rename a Template
Rename an existing email template.
Rename an existing email template. Only the name is updated — the template content remains unchanged.
Scope: templates.write
Path Parameters
template_idintegerrequiredThe ID of the template to rename.
Request Body
template_namestringrequiredThe new name for the template (1–128 characters).
Sample Response
200 OK
{ "data": null }