81 lines
2.6 KiB
HTML
81 lines
2.6 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>{{subject}}</title>
|
|
<style>
|
|
body {
|
|
font-family: Arial, sans-serif;
|
|
line-height: 1.6;
|
|
color: #333;
|
|
max-width: 600px;
|
|
margin: 0 auto;
|
|
padding: 20px;
|
|
}
|
|
h1 {
|
|
color: #2c3e50;
|
|
}
|
|
.cta {
|
|
background: #3498db;
|
|
color: white;
|
|
padding: 10px 20px;
|
|
text-decoration: none;
|
|
border-radius: 5px;
|
|
}
|
|
@media (max-width: 600px) {
|
|
body {
|
|
padding: 10px;
|
|
}
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>
|
|
Exciting Partnership Opportunity: Advanced Data Bot for {{firmName}}
|
|
</h1>
|
|
<p>Dear {{firmName}} team in {{location}},</p>
|
|
<p>
|
|
I'm reaching out from my development team with an innovative tool that
|
|
could transform how your firm handles data: a
|
|
<strong>general-purpose bot</strong> designed for automated data parsing,
|
|
extraction, filtering, formatting, presentation, and reporting.
|
|
</p>
|
|
<h2>Key Features:</h2>
|
|
<ul>
|
|
<li>
|
|
<strong>Smart Parsing & Extraction</strong>: Automatically pulls and
|
|
structures data from various sources (e.g., websites, APIs, documents).
|
|
</li>
|
|
<li>
|
|
<strong>AI-Powered Filtering with Location Targeting</strong>: Uses AI
|
|
for contextual dimensions (e.g., sentiment, relevance) alongside
|
|
traditional filters (e.g., keywords, dates). Filter by location to
|
|
target the areas where you can practice, such as {{location}} or
|
|
{{state}}-specific data for licensed jurisdictions.
|
|
</li>
|
|
<li>
|
|
<strong>Formatting & Presentation</strong>: Converts raw data into
|
|
clean, visual formats (charts, tables) for easy insights.
|
|
</li>
|
|
<li>
|
|
<strong>Scheduling & Automation</strong>: Runs on custom schedules,
|
|
generates reports, and integrates with tools like email or databases.
|
|
</li>
|
|
<li>
|
|
<strong>Customization</strong>: Tailored for legal workflows, such as
|
|
case research or client data management.
|
|
</li>
|
|
</ul>
|
|
<p>
|
|
This bot could streamline your operations at {{firmName}}, saving time and
|
|
uncovering hidden insights. Let's discuss a potential partnership!
|
|
</p>
|
|
<p>
|
|
<a href="{{website}}" class="cta">Visit Our Site</a> or reply to this
|
|
email at {{contactEmail}}.
|
|
</p>
|
|
<p>Best regards,<br />Your Name<br />Your Company</p>
|
|
</body>
|
|
</html>
|