mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-06-17 23:09:35 +00:00
Complete automation system for 50 personalized emails/day:
1. POST /api/v1/automation/daily-targeting/generate
- Pulls candidates by sector/city, scores, selects top 50
- 9 Saudi sectors with Arabic pain maps and ROI hypotheses
2. POST /api/v1/automation/email/generate
- Personalized email per company with subject, body, 2 follow-ups,
call script, LinkedIn manual message
- Signal-aware (HubSpot/WhatsApp detection in opening line)
- Opt-out included in every email
- Max 130 words per email
3. POST /api/v1/automation/compliance/check
- Blocks: opt-out, bounced, high-risk, no-source, invalid email
- Warns: personal email → manual channel preferred
- PDPL-aware: free email domains flagged
4. POST /api/v1/automation/reply/classify
- 12 categories: interested, ask_price, ask_demo, unsubscribe, etc
- Arabic + English keyword matching
- Pre-written Khaliji response for each category
- auto_reply_allowed flag per category
- unsubscribe → immediate opt_out + suppress
https://claude.ai/code/session_01W1rJthWDkasijTdXCfxVHs
|
||
|---|---|---|
| .. | ||
| alembic | ||
| app | ||
| knowledge_base | ||
| scripts | ||
| tests | ||
| .env.phase2.example | ||
| alembic.ini | ||
| campaign_results.json | ||
| Dockerfile | ||
| main.py | ||
| pyproject.toml | ||
| pytest.ini | ||
| railway.toml | ||
| requirements-dev.txt | ||
| requirements.txt | ||
| seed_database.py | ||
| update_requirements.py | ||