Email Parser — Ai Endpoint Template for Extractor
AI EndpointExtract sender name, email, company, intent, and urgency from customer emails and support tickets.
Template Email Parser bundles a ready-to-deploy workspace for extractor workflows. Install in one click from the Aerostack dashboard or via aerostack init --template=email-parser.
What It Does
Send the text of a customer email or support ticket — get back structured fields: sender name, email, company, intent (what they want), and urgency level. Turns unstructured customer communications into actionable CRM data.
Example
Input: "Hi, I'm Marcus from TechFlow (marcus@techflow.io). We're evaluating API platforms and need to integrate with our warehouse system by end of Q2. Can someone walk us through enterprise pricing?"
Output:
{
"name": "Marcus",
"email": "marcus@techflow.io",
"company": "TechFlow",
"intent": "Enterprise pricing inquiry for API platform — warehouse integration use case",
"urgency": "medium"
}
When To Use This
- Inbound email processing — automatically parse and route customer emails to the right team
- CRM enrichment — extract structured contact data from emails without manual entry
- Support ticket triage — identify intent and urgency from free-text tickets to prioritize response
Metadata
What's Included
Required MCPs
MCP servers this template connects to.
Deploy this ai endpoint in minutes
Extract sender name, email, company, intent, and urgency from customer emails and support tickets.
More extractor Templates
Browse extractor Templates →Invoice Parser
by @aerostack
Extract vendor, amount, due date, and line items from invoices. Structured JSON output from any invoice format.
Support Ticket Classifier
by @aerostack
Classify support messages by category, urgency, and sentiment. Route tickets to the right team instantly.
Resume Screener
by @aerostack
Screen resumes against job descriptions. Get a match score, skill gaps, and hire/pass recommendation.
SQL Query Generator
by @aerostack
Convert plain English questions into SQL queries. Supports any schema with parameterized output.
Email Drafter
by @aerostack
Draft professional emails from a brief. Specify recipient, purpose, and tone — get a ready-to-send email.
Lead Scorer
by @aerostack
Score leads 0-100 based on fit, intent, and budget signals. AI-powered lead qualification with reasoning.
Frequently asked questions
What does the Email Parser template include?+
The Email Parser template is a pre-configured Aerostack workspace for extractor. It bundles @aerostack/mcp-supabase and any required workflows and edge functions. Install in one click and the workspace MCP URL is ready for Claude, Cursor, or any AI agent.
How do I install the Email Parser template?+
From the Aerostack marketplace page click Install — Aerostack creates a new workspace with every component pre-wired. You can also install via CLI: aerostack install template aerostack/email-parser
Can I customize Email Parser after installing?+
Yes. Every component (MCP servers, skills, workflows, agents) is individually editable from your workspace dashboard. Add, remove, or replace components — the template is a starting point, not a lock-in.
Is the Email Parser template free to use?+
Templates are free to install. Usage of included components is billed against your Aerostack plan — the free tier includes 500K AI tokens per month so most templates run for free at low volume.