This API enables a client to update an existing custom transactional email template.
The subject or body may include placeholders defined by the client or the system. System placeholders are prefixed with sys to distinguish them, for example:
Client-defined placeholders:
{{ first_name }}
{{ last_name }}
System-defined placeholders:
{{ sys.first_name }}
Note: Please make sure all your placeholders are in lowercase and contain no spaces.
Assistant
Responses are generated using AI and may contain mistakes.