← 返回
沟通协作 中文

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.
从邮件文本提取结构化数据,识别公司域名、联系人、优惠码,并将邮件分类为订单、优惠、简报或其他。
fdrummer
沟通协作 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 619
下载
💾 8
安装
1
版本
#latest

概述

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

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 04:36 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

communication-collaboration

Slack

steipete
当需要通过 slack 工具从 Clawdbot 控制 Slack 时使用,包括在频道或私信中回复消息或置顶/取消置顶项目。
★ 157 📥 47,680
communication-collaboration

imap-smtp-email

gzlicanyi
使用IMAP/SMTP读取和发送邮件;检查新/未读邮件、获取内容、搜索邮箱、标记已读/未读、发送带附件的邮件。支持...
★ 114 📥 52,420
communication-collaboration

Gmail

byungkyu
Gmail API 集成,托管 OAuth,支持读取、发送和管理邮件、线程、标签及草稿,适用于需要与 Gmail 交互的场景。
★ 72 📥 37,731