Update an email template
The id of the email template.
The brand URL of the request. This is used to identify the brand.
YOUR_BRAND_URLAuth-Key is required to authenticate the request. If missing, the server will return 401 Unauthorized.
YOUR_AUTH_KEYThis 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.
The request was successful.
The user is not authorized to access the requested resource. The request is missing the required Auth-Key header.
API call exceeded rate limit due to too many requests.
Last updated