Template
Update an email template
Update an existing email template.
patch/templates/{template_id}
Path parameters
template_idinteger required
ID of the template to update.
ID of the template to update.
Query parameters
tenant_idinteger
cookie_namestring nullable
Request body
Example request
{
"name": "Welcome email",
"text_body": "Welcome to Neuland AI Hub!",
"html_body": "<p>Welcome to Neuland AI Hub!</p>"
}Response
Successful Response
Example response
{
"id": 42,
"name": "Welcome email",
"text_body": "Welcome to Neuland AI Hub!",
"html_body": "<p>Welcome to Neuland AI Hub!</p>"
}