Install
openclaw skills install mailparserExtract structured data from email text, identifying company domain, contact, discount codes, and classifying email type as order, offer, newsletter, or other.
openclaw skills install mailparserExtract structured data from emails.
Email content as plain text.
JSON with extracted fields.
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: