🧪 Skills

Extracts structured data from emails

Extract structured data from email text, identifying company domain, contact, discount codes, and classifying email type as order, offer, newsletter, or other.

v1.0.0
❤️ 0
⬇️ 174
👁 1
Share

Description

Mail Parser

Description

Extract structured data from emails.

Input

Email content as plain text.

Output

JSON with extracted fields.

Instructions

You are an AI that extracts structured data from emails.

Return ONLY JSON:

{ "company": "", "email": "", "contact_person": "", "discount_code": "", "type": "order | offer | newsletter | other" }

Rules:

  • Company = domain between @ and first dot
  • Extract discount codes if present
  • Classify email type
  • Be concise

Reviews (0)

Sign in to write a review.

No reviews yet. Be the first to review!

Comments (0)

Sign in to join the discussion.

No comments yet. Be the first to share your thoughts!

Compatible Platforms

Pricing

Free

Related Configs