Updates the specific custom email template.
template_type required | string type of template |
project_id required | string <uuid> Login-Projekt-ID aus dem Kundenportal. |
template_id required | string Name of the template. Can include latin characters, digits, characters “-” and “_”. |
locale required | string Region of the texts that you provided in the template in the
|
OK
Unauthorized
Not Found
Unprocessable Entity
{- "body": "Hi {{first_name}} {{last_name}}!<br>We will be glad to see you on the {{site_link}} page.",
- "header": "Welcome email"
}
{- "body": "Hi {{first_name}} {{last_name}}!<br>We will be glad to see you on the {{site_link}} page.",
- "header": "Welcome email",
- "locale": "en_US",
- "template_id": "Welcome email template",
- "template_type": "custom"
}