Update an email template
Last updated
Was this helpful?
Last updated
Was this helpful?
The id of the email template.
The brand URL of the request. This is used to identify the brand.
YOUR_BRAND_URL
This is used to authenticate the request. If the request is not authenticated, the server will return a 401 Unauthorized response.
YOUR_AUTH_KEY
This class represents the data transfer object for the email template with command request.
The id of the event.
The country code of the email. This value is used to determine the country of the email. Following the ISO 3166-1 alpha-2 standard. For example, "US" for United States, "FR" for France, etc.
The language code of the email. This value is used to determine the language of the email. Following the ISO 639-1 standard. For example, "en" for English, "fr" for French, etc.
The subject of the email.
The body of the email. If the email is in HTML format, the body should be in HTML format. The body can contain placeholders. Please refer to the placeholder-keys API to get the list of placeholders. And replace the placeholders with the actual values.
The tags of the email.