🗝 KeyzHub
19Keys · community archive
1564 bytes raw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
---
type: welcome-sequence
---

# Welcome Sequence — BROKEN sample (deliberately fails multiple named checks)

This file exists ONLY to prove the verify gate catches bullshit. It fails on:
count (4 emails, not 5-7), missing lead-magnet delivery in email 1, a hard
pitch before email 3, two pitch emails instead of exactly one, a missing
compliance tag, a multi-CTA email, and a loop opened in email 1 that is
never closed anywhere in the sequence.

## Email 1
Day: 0
Subject: Welcome to the list
Goal: orient
LoopOpen: L1
LoopClose: none
CTA: [Say hi](https://ziion.io/hi)
Unsubscribe: {{unsubscribe_link}}
PostalAddress: {{postal_address}}
Body:
Welcome. Glad you're here. We'll be in touch soon.

## Email 2
Day: 1
Subject: Buy the Passport right now
Goal: pitch
LoopOpen: none
LoopClose: none
CTA: [Buy now](https://ziion.io/passport/claim)
Unsubscribe: {{unsubscribe_link}}
PostalAddress: {{postal_address}}
Body:
No story, no build-up — this is the Passport and you should buy it today.

## Email 3
Day: 2
Subject: Last chance, buy the Passport
Goal: pitch
LoopOpen: none
LoopClose: none
CTA: [Buy now](https://ziion.io/passport/claim)
Body:
Second pitch in a row. Also this email has no unsubscribe merge tag at all.

## Email 4
Day: 3
Subject: One more thing plus a bonus link
Goal: soft-pitch
LoopOpen: none
LoopClose: none
CTA: [Check the bonus](https://ziion.io/bonus)
Unsubscribe: {{unsubscribe_link}}
PostalAddress: {{postal_address}}
Body:
Here's a bonus: [Also check this totally different page](https://ziion.io/other-offer) while you're at it.