Upload workflows/lead_generation.md with huggingface_hub
Browse files- workflows/lead_generation.md +30 -0
workflows/lead_generation.md
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Workflow: Lead Generation
|
| 2 |
+
|
| 3 |
+
**Objective**: Identify and qualify high-potential leads for a specific niche/service by researching industry trends, competitor activities, and online communities.
|
| 4 |
+
|
| 5 |
+
## Required Inputs
|
| 6 |
+
- `TARGET_AUDIENCE`: The group of people or companies to target (e.g., "Seed-stage FinTech startups", "Real estate agents in Austin").
|
| 7 |
+
- `VALUE_PROPOSITION`: What's being offered (e.g., "AI-powered CRM enrichment", "SEO-optimized blog posts").
|
| 8 |
+
|
| 9 |
+
## Steps
|
| 10 |
+
|
| 11 |
+
1. **Market Research**
|
| 12 |
+
- Identify top 5 pain points for the `TARGET_AUDIENCE`.
|
| 13 |
+
- Use the `search_web` tool to find recent discussions and news related to these pain points.
|
| 14 |
+
|
| 15 |
+
2. **Lead Sourcing**
|
| 16 |
+
- Identify relevant platforms where the `TARGET_AUDIENCE` is active (e.g., LinkedIn, Reddit, industry-specific forums).
|
| 17 |
+
- Use specialized tools (to be developed) to scrape or query for potential leads.
|
| 18 |
+
|
| 19 |
+
3. **Lead Qualification**
|
| 20 |
+
- For each lead found:
|
| 21 |
+
- Check for relevance to the `VALUE_PROPOSITION`.
|
| 22 |
+
- Find contact information or primary decision-makers where possible.
|
| 23 |
+
- Look for "buying signals" (e.g., recent funding, job postings, social media activity).
|
| 24 |
+
|
| 25 |
+
4. **Outreach Preparation**
|
| 26 |
+
- Draft personalized hooks for each qualified lead based on their specific needs or recent activities.
|
| 27 |
+
|
| 28 |
+
## Edge Cases
|
| 29 |
+
- **Low data availability**: If research yields few results, expand the `TARGET_AUDIENCE` or pivot the `VALUE_PROPOSITION` to a related niche.
|
| 30 |
+
- **Outdated info**: Always verify contact details or company status through secondary sources.
|