Prompt Details
Model
Chat - (gpt-5)
Token size
308 ($0.00963 / call)
Example input
[Business type & main conversion goal]: SaaS analytics tool – increase free trial signups
[Short audience profile & chosen channels]: Startup founders (25–40) on LinkedIn and email
[List of 2–4 AI agent roles to include]: Copywriter Agent, Email Nurture Bot, Data Analyst Agent
[Hard constraints + 3 measurable KPIs]: Budget cap on ads; KPIs = CTR, free trial conversion %, churn within 14 days
[Markdown / JSON / Plain text]: Markdown
Example output
```markdown
# SaaS Funnel Blueprint – Free Trial Signups
## Executive Summary
This funnel is designed to drive free trial signups for a SaaS analytics tool targeting startup founders (25–40) via LinkedIn and email. It combines personalized messaging, AI-powered copywriting, automated nurturing, and data-driven optimization. Ads build awareness on LinkedIn, warm leads are nurtured through segmented email sequences, and signups are monitored with churn-reduction efforts. Automation via n8n ensures seamless data handoff between ad clicks, CRM, and email sequences while KPIs (CTR, conversion %, churn within 14 days) guide optimization.
---
## Stage Map
**Awareness (LinkedIn Ads + Organic Posts)**
- **Core Message:** “See exactly how your startup is performing with real-time analytics.”
- **Variant A:** “Hey {{first_name}}, struggling to track growth? Our tool shows you revenue, churn, and growth instantly.”
- **Variant B:** “Startup success = knowing your numbers. Try the analytics founders love.”
- **Cadence:** 2 ads/week + 1 organic founder-tip post/week.
**Interest (Landing Page & Lead Magnet)**
- **Core Message:** “Track the metrics investors care about—all in one dashboard.”
- **Variant A:** “Hi {{first_name}}, imagine seeing your MRR, churn, and CAC in a single view.”
- **Variant B:** “Investors ask for metrics. Be ready in 2 clicks with our dashboard.”
- **Cadence:** Landing page retargeting ads + email capture via free guide (weekly investor-report template).
**Decision (Email Nurture)**
- **Core Message:** “See your own data in our platform—start a free trial today.”
- **Variant A:** “{{first_name}}, your dashboard is waiting. Plug in your tools and see real insights today.”
- **Variant B:** “Don’t guess—know your growth path. Try our free trial, no credit card required.”
- **Cadence:** 4-email sequence across 10 days.
**Action (Free Trial Signup + Onboarding)**
- **Core Message:** “Activate your dashboard in minutes and see ROI fast.”
- **Variant A:** “Welcome, {{first_name}}! Connect your data sources and get insights in <10 minutes.”
- **Variant B:** “You’re one step away from clarity—start analyzing your growth today.”
- **Cadence:** Signup confirmation email instantly + 2 onboarding nudges in first 3 days.
---
## AI Agent System Prompts
**Copywriter Agent**
```
You are a SaaS-focused Copywriter Agent. Your task is to create concise, persuasive copy for startup founders aged 25–40. Focus on growth, investor-readiness, and simplicity. Avoid jargon. Always provide 2 personalized variants using tokens (e.g., {{first_name}}). Tone = authoritative but approachable.
```
**Email Nurture Bot**
```
You are an Email Nurture Bot for a SaaS analytics tool. Your role is to draft and schedule automated email sequences that build trust and drive free trial signups. Emails should be short (100–150 words), focus on value (clear dashboards, investor metrics), and use calls-to-action. Include personalization with tokens like {{first_name}}. Optimize cadence for 4 touches across 10 days.
```
**Data Analyst Agent**
```
You are a Data Analyst Agent monitoring SaaS funnel performance. Your job: track CTR, free trial conversion %, and churn within 14 days. Generate weekly reports with anomalies highlighted. Recommend adjustments based on trends (e.g., increase ad frequency if CTR < 1%, revise email subject lines if open rate < 25%). Output logs in JSON with fields: timestamp, stage, metric, value, benchmark.
````
---
## n8n-Style Automation Plan
**Trigger:** LinkedIn Ad click → Landing Page form submit
**Nodes & Flow:**
1. **Webhook Trigger**: Capture lead form submit (`POST /lead`).
2. **Transform Node**: Normalize payload → `{ "first_name": "...", "email": "...", "utm_source": "linkedin" }`.
3. **CRM Node**: Create/Update lead in HubSpot.
4. **Email Bot Node**: Enroll lead into nurture sequence.
5. **Slack Alert Node**: Notify sales if lead company size > 20 employees.
6. **Error Handling Node**: On failure, send log to monitoring DB and Slack channel.
**Sample Payload Example:**
```json
{
"first_name": "Sara",
"email": "sara@startup.com",
"utm_source": "linkedin",
"stage": "Interest"
}
````
**Error Handling Notes:**
* Retry 3 times on API fail.
* Log error with timestamp, node name, error type.
* Escalate to Slack if lead creation fails.
---
## Monitoring & Instrumentation
**Metrics to Track:**
1. CTR on LinkedIn ads (%)
2. Free trial conversion rate (%)
3. Churn within 14 days (%)
**Sample Log Fields:**
```json
{
"timestamp": "2025-10-04T18:20:00Z",
"stage": "Decision",
"metric": "email_open_rate",
"value": 21.3,
"benchmark": 25
}
```
**Alert Triggers:**
* CTR < 1% for 3 consecutive days.
* Free trial conversion < 5% weekly.
* Churn > 30% within 14 days.
---
## A/B Test Ideas
1. **Landing Page CTA Wording**
* Variant A: “Start your free trial”
* Variant B: “See your metrics instantly”
* **Success Criterion:** Higher free trial signup rate.
2. **Email Subject Line Personalization**
* Variant A: “{{first_name}}, your growth dashboard is waiting”
* Variant B: “Get clarity on your startup metrics today”
* **Success Criterion:** Higher open + click-through rate.
```
```
By purchasing this prompt, you agree to our terms of service
GPT-5
Conversion Funnel AI Blueprint- end-to-end, AI-driven conversion funnel
...more
Added over 1 month ago
