Starter prompts
4 ways to start with EmailIQ.
Parse
→ Clean a thread
▸ Preview prompt
Parse this raw MIME thread, strip quoted replies and signatures, return the clean conversation as JSON ready for an LLM.
Triage
→ Intent + entity
▸ Preview prompt
Build a triage pipeline that tags each inbound email with intent (lead, support, billing, spam) and pulls structured entities.
Threads
→ Stitch + dedupe
▸ Preview prompt
Stitch a multi-week thread across forwards, replies, and external participants — output one canonical conversation.
PII
→ Safe for LLMs
▸ Preview prompt
Design a redaction step that strips PII and PCI before sending email content to an LLM, with audit trail.
What it does
Tasks EmailIQ ships every week.
Extraction
- Thread + quoted-reply split
- Signature + boilerplate strip
- Attachments + inline assets
- Header + auth (SPF/DKIM)
Structuring
- Intent + entity tagging
- Sender + recipient graph
- Conversation summary
- Compliance + PII redaction
Worked sample
A real EmailIQ chat.
Pairs well with