Bella
GTM Control Center : Internal

BPPE Outbound Engine

Everything to review, test, deploy, and run the pilot. Built from real California BPPE citation data. Master document: open the Google Doc.

The funnel

Pipeline stages

StageWhat happensStateView / test
1. SourceBPPE monthly citation list, last 6 months, California, beauty and barber filterLive : 33 leadsDownload CSV
2. ClassifyEach citation mapped to the Bella problem (deterministic, no LLM)LiveSee use_case column
3. EnrichSchool to decision maker (name, email, title)Needs Apollo keyvia n8n
4. PersonalizeOne landing page per school, from its real citationLive : 32 pagesView all
5. OutreachCold email with a lead magnet, then nurtureBlocked on Smartleadpending
Deliverables

Review and download

ItemReview
Landing design A : Compliance Alert (front runner)ViewPDF
Landing design B : Clean SaaSViewPDF
Landing design C : Peer ProofViewPDF
Lead magnet : BPPE Compliance Checklist + PlaybookViewPDF
Lead magnet : Clock-Hour Audit Survival KitViewPDF
Lead magnet : CA Enrollment + Refund PackViewPDF
Lead magnet : NACCAS ISS Readiness KitViewPDF
32 per school pages : one per cited schoolView all
Brand : extracted from itsbella.aiBrand guide PDFCSS
Deploy to your own server

One command, Bella owned

The full engine (site + generator), runs on any server with Docker.

Download deploy bundle

tar xzf bella-gtm-deploy.tar.gz
cd deploy
cp .env.example .env   # set your domain
./deploy.sh

Point your domain A record at the server. Caddy gets HTTPS automatically.

Add the plugin to Claude

bella-gtm Claude Code plugin

scrape, enrich, generate, all from Claude Code.

Download plugin

tar xzf bella-gtm-plugin.tar.gz
mv bella-gtm ~/.claude/plugins/
# restart Claude Code, then run the
# bella-gtm skill, or:
python3 ~/.claude/plugins/bella-gtm/engine/bella-gtm-cli.py status
Test the engine

Generate a page on demand

The webhook and the CLI produce the identical public page. Try it:

curl -X POST https://workflows.learnleadai.com/webhook/bella-gen-page \
  -H "Content-Type: application/json" \
  -d '{"school_name":"Demo Beauty College","citation_no":"25260123",
       "citation_date":"May 1, 2026","fine":"$2,500",
       "violation":"Annual Report not filed"}'

It returns a page_url you can open immediately.