Top Rep · Bootcamp (Columbus 2026)
The new ticket→workflow automation is live for new purchases. This task corrects the ~30 people who already bought before it went live, so each gets the right inclusions by ticket type — with zero duplicate emails. Plan for ClickUp task 86e1nvc86.
flowchart TD
TS["TicketSpice orders\nBootcamp Columbus (page 991799)\nemail + ticket type + add-on"]
SEG{"Ticket type?"}
TS --> SEG
SEG -->|GA| GA["GA buyer"]
SEG -->|VIP| VIP["VIP buyer"]
SEG -->|"Team Support add-on"| TSU["Team Support buyer"]
GA --> AUD["Audit GHL + LearnWorlds\ntags? provisioning tag? LW access? emails already sent?"]
VIP --> AUD
TSU --> AUD
AUD --> CLS{"Current state?"}
CLS -->|"already correct"| OK["No action"]
CLS -->|"missing LW access"| LWFIX["Grant LW access (silent, no email)\nVIP -> Solo . Team Support -> Elite"]
CLS -->|"missing email only"| MAIL["Controlled send to that contact only\none-time / manual enroll . no resend"]
CLS -->|"shipping / group-manager"| MANUAL["Manual fulfillment task\npivot points . LW group manager"]
OK --> LOG["Completion audit trail\nreviewed . corrected VIP . corrected TS . manual follow-ups . zero duplicate sends"]
LWFIX --> LOG
MAIL --> LOG
MANUAL --> LOG
classDef src fill:#e0f2fe,stroke:#0ea5e9,color:#0f172a;
classDef ok fill:#f0fdf4,stroke:#16a34a,color:#0f172a;
classDef fix fill:#fff7ed,stroke:#ea580c,color:#0f172a;
classDef manual fill:#fef3c7,stroke:#b45309,color:#0f172a;
class TS src; class OK ok; class LWFIX,MAIL fix; class MANUAL manual;
| Phase | What | Safety |
|---|---|---|
| 0. Source | Pull the TicketSpice order/ticket list for Bootcamp Columbus (page 991799). Segment each buyer: GA / VIP / Team Support add-on (vipAddon), with email + name. TicketSpice = source of truth for what they bought. | Read-only |
| 1. Audit | Per buyer, check GHL: has [customer] top rep columbus 2026 + correct [ticket] ...- ga/vip/team support? Has provisioning tag ([customer] flight school - solo/elite)? LearnWorlds access correct (VIP→Solo, TS→Elite, GA→none)? Emails already sent? | Read-only |
| 2. Classify | Each buyer → one bucket: OK / missing LW access / missing tags / missing email / needs manual fulfillment. Reconcile TicketSpice (bought) vs GHL (tagged) to surface mismatches. | Read-only |
| 3. Method | Pick the safe correction per bucket: LW access = grant directly (silent); shipping = manual task; emails = controlled one-time send only to confirmed-missing, never a tag-level blanket replay. | Plan |
| 4. Execute | Run corrections smallest-blast-radius first: LW grants → fulfillment tasks → emails last. | Gated: Jet sign-off |
| 5. Audit trail | Completion checklist per the task's acceptance criteria + a "zero duplicate sends" confirmation. | Read-only |
| Ticket | Inclusions to confirm | LearnWorlds |
|---|---|---|
| GA | Confirmation email only. No shipping, no course grant. | None (by design) |
| VIP | Black Pivot Point shipping request + fulfillment, Bootcamp workbook link. | Flight School Solo (purchase → Sep 25) |
| Team Support add-on | Blue Pivot Points shipping request + fulfillment, prep videos link, group implementation call coordination (Noah/JC). | Flight School Elite (manager + users; manager assign may be manual) |
Plan for ClickUp task 86e1nvc86 (backfill). Builds on 86e1nvc3z (the live automation). · Audit results · Automation build plan · Documentation home