Returns the list of email templates available to the tenant, sorted alphabetically by name. Each template has the same shape as a regular Email (see Get Email) and can be cloned by posting a new email with parentId set to the template's id.
{
"Status": true,
"Message": "",
"Response": {
"templates": [
{
"emailId": 201,
"name": "Abandoned Cart",
"type": "EmailTemplate",
"subject": "Forgot something?",
"previewUrl": "https://cdn-us-1.azureedge.net/.../asset-Email-201.png"
},
{
"emailId": 187,
"name": "Welcome Series",
"type": "EmailTemplate",
"subject": "Welcome to Acme",
"previewUrl": "https://cdn-us-1.azureedge.net/.../asset-Email-187.png"
}
]
}
}