Skip to content

Commit daa0639

Browse files
desioracclaude
andcommitted
fix(email): add Pro upgrade CTA to free welcome email
Free signup emails were a dead end — API key + docs link, no mention of Pro plan. Adds a clear upsell block (14-day trial, link to pro-signup.html) to bridge free→paid funnel gap. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 909d9ae commit daa0639

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

trust_layer/email_notify.py

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,19 @@ def send_welcome_email(email: str, api_key: str):
9797
curl https://trust.arkforge.tech/v1/usage \\
9898
-H "X-API-Key: {api_key}"
9999
100+
---
101+
102+
Need unlimited scans or 5,000+ proofs/month?
103+
104+
Upgrade to Pro — 14-day free trial, no charge until day 15:
105+
https://arkforge.tech/en/pro-signup.html
106+
107+
Pro includes: unlimited compliance scans, CI/CD API, compliance
108+
roadmap generation, and Trust Layer audit trail.
109+
29 EUR/month, cancel anytime.
110+
111+
---
112+
100113
Docs: https://arkforge.tech/trust
101114
Support: contact@arkforge.fr
102115
"""

0 commit comments

Comments
 (0)