Email Sequence Builder

Design automated email sequences with templates, visual timeline & export.

Used 0 times

Load a Template

Welcome Sequence (7)
Product Launch (5)
Abandoned Cart (3)
Re-engagement (4)
Tool Announcement (3)

Or build your own sequence from scratch below.

Sequence Info

{{name}} {{product}} {{link}} {{company}} {{unsubscribe}}

Add Email to Sequence

SPUNK.CODES
`; const blob=new Blob([full],{type:'text/html'}); const a=document.createElement('a');a.href=URL.createObjectURL(blob);a.download=seqName.replace(/\s+/g,'-').toLowerCase()+'.html';a.click(); } function saveSequence(){ save(); const btn=document.querySelector('.btn-green'); const orig=btn.textContent; btn.textContent='Saved!'; setTimeout(()=>{btn.textContent=orig;},1500); } if(emails.length>0)renderTimeline();