Skip to content

open-automation/switch-email-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

switch-email-generator

Generate nice HTML emails for Enfocus Switch

Installation

  • Install gulp globally (npm install gulp -g)
  • Install dependancies (npm install)

Usage

  • Run "gulp"
    • This will build all emails and place them in the ./dist. directory.
    • It will also watch for any file changes and re-build.
  • Add new jade templates to ./src/emails/. Each of these jade templates represents an email that will be generated with Gulp.
  • Add HTML emails in Switch and link to the files in the ./dist/ directory. When you update the emails in the future, you won't have to re-link anything within your Switch flows.

About

Generate nice HTML emails for Switch.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published