Skip to content

feat: Phase 10 GTM Production Activation#1

Draft
mdtazizulislam wants to merge 1 commit into
mainfrom
cursor/phase10-gtm-activation-1aa2
Draft

feat: Phase 10 GTM Production Activation#1
mdtazizulislam wants to merge 1 commit into
mainfrom
cursor/phase10-gtm-activation-1aa2

Conversation

@mdtazizulislam

Copy link
Copy Markdown
Owner

Summary

Activates the OpenClaw Revenue Engine for real customer acquisition (Phase 10 GTM Production Activation).

  • GTM orchestrationrunGtmActivation() discovers up to 100 leads per ICP segment (SaaS, FinTech, Healthcare, MSSP), scores pipeline, generates outreach + HubSpot drafts, populates CRM, and produces executive reports
  • ICP configsprojects/zonforge/icp/*.yaml for all four segments
  • API key templatecontrol/.env.gtm.example (copy keys to server control/.env.whatsapp)
  • CLI + deploynpm run openclaw:gtm:activate, openclaw:gtm:activate:dry, openclaw:gtm:deploy, openclaw:gtm:verify
  • WhatsApp/task run gtm activation routes through revenue engine with async queue support

Safety

  • No automatic sending — all outreach and HubSpot creates require human approval
  • Full audit logging to logs/revenue-engine-audit.jsonl
  • Dashboard integration via existing /api/revenue and /api/approvals

Verification

npm run openclaw:revenue:test   # 12 tests (includes GTM dry-run)
npm run openclaw:build
npm run openclaw:test
GTM_ACTIVATION_DRY_RUN=1 npm run openclaw:gtm:activate

Hetzner Production (manual)

  1. Add TAVILY_API_KEY, SERPER_API_KEY, APOLLO_API_KEY to control/.env.whatsapp
  2. bash scripts/deploy-phase10-gtm.sh
  3. bash scripts/verify-phase10-gtm.sh
  4. node scripts/run-gtm-activation.mjs or WhatsApp /task run gtm activation

Report: reports/phase10-gtm-activation.md

Open in Web Open in Cursor 

- Add GTM orchestration across SaaS, FinTech, Healthcare, MSSP ICPs
- Discover/score/enrich leads, generate outreach and HubSpot drafts
- Human approval gates, audit logging, dashboard integration
- CLI scripts for activation, deploy, and Hetzner verification
- Dry-run mode for CI and local testing without API keys

Co-authored-by: MD TAZIZUL ISLAM <vitorgarh@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants