netlify/netlify-emails-plugin

Build - Add preview handler to email handler

Closed this issue · 0 comments

Summary
Move all functionality from the CLI command (currently in a fork) into the handler, so that email previews are available locally

Acceptance Criteria
GIVEN I run netlify dev
WHEN I go to http://localhost:8888/.netlify/functions/emails in the browser
THEN I can preview my templates
AND interact with the templates by adding parameters

MoSCoW
Must have