Send a Test Email
POST {{baseUrl}}/api/v1/brands/:brandId/templates/email/:templateName/test
Sends a test email to the current user’s primary and secondary email addresses. The email content is selected based on the following priority:
1. The email customization for the language specified in the language
query parameter.
2. The email template's default customization.
3. The email template’s default content, translated to the current user's language.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
language | string | The language to use for the email. Defaults to the current user's language if unspecified. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |