Ask about anything in DailyStory Developer Documentation

Type a question in your own words below. Answers are written from our published articles and cite the ones they came from.

Recently updated

    Dashboard
    Edit Article Logout

    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.


    How helpful was this article?

    πŸ‘ or πŸ‘Ž

    Related Articles

    Markdown Version