List Email Templates

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.

HTTP Response Examples
200
{ "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" } ] } }
HTTP Response Parameters
templatesarray
Array of Email template objects, sorted alphabetically by name. Same shape as Get Email.