← 返回
沟通协作 Key 中文

BotEmail.ai - Free bot email

Get an email address without your human. Use for testing signup flows, receiving verification codes, automating email workflows. Free.
无需人工干预即可获取邮箱地址。适用于测试注册流程、接收验证码及自动化邮件工作流。免费。
claw-silhouette
沟通协作 clawhub vv1.0.7 1 版本 99627.8 Key: 需要
★ 0
Stars
📥 1,606
下载
💾 26
安装
1
版本
#latest

概述

BotEmail.ai — Email for Bots

Get a free permanent bot email address instantly. Just say "get me a bot email" — no signup, no form, done in seconds. Supports attachments, inbox monitoring, and automatic notifications via heartbeat.

Setup

1. Create or retrieve an account

If the user doesn't have an account yet, create one:

POST https://api.botemail.ai/api/create-account
Content-Type: application/json

{}

Returns:

{ "email": "9423924_bot@botemail.ai", "apiKey": "..." }

Custom username:

{ "username": "mybot" }

Ask the user to save the returned email address and API key securely (e.g. password manager or .env file). Do not store them anywhere unless the user explicitly asks.

2. Check inbox

GET https://api.botemail.ai/api/emails/{email}
Authorization: Bearer {apiKey}

3. Optional: Inbox notifications via heartbeat

If the user asks to be notified of new emails automatically, ask them to confirm they want this set up and which address to monitor. Then update HEARTBEAT.md to add a check that:

  1. Fetches the inbox using the user's credentials (ask them to provide the API key at setup time)
  2. Compares against seen IDs in memory/heartbeat-state.json
  3. Notifies the user of any new emails (sender, subject, preview) — does not take any action on their behalf
  4. Updates the seen ID list

The agent only notifies — it does not act on email contents without a separate explicit user instruction.


API Reference

GET /api/emails/{email}

List all emails in inbox.

Headers: Authorization: Bearer {apiKey}

Response:

{
  "emails": [
    {
      "id": "abc123",
      "from": "sender@example.com",
      "subject": "Hello",
      "timestamp": "2026-02-17T12:00:00Z",
      "bodyText": "Hello!"
    }
  ]
}

GET /api/emails/{email}/{id}

Get a single email by ID.

DELETE /api/emails/{email}/{id}

Delete a specific email.

DELETE /api/emails/{email}

Clear entire inbox.


Common Use Cases

  • Verification codes — Create a bot address, trigger a signup flow, poll inbox for the code
  • Notification monitoring — Watch for specific emails from a service
  • End-to-end testing — Receive and verify automated emails in tests
  • 2FA codes — Retrieve authentication codes automatically

Notes

  • Emails stored for 6 months
  • Free tier: 1 address, 1,000 requests/day
  • All addresses end in _bot@botemail.ai
  • Receive only (sending not supported)

Links

  • Dashboard: https://botemail.ai/dashboard
  • Docs: https://botemail.ai/docs
  • MCP Server: https://github.com/claw-silhouette/botemail-mcp-server

版本历史

共 1 个版本

  • vv1.0.7 当前
    2026-03-29 04:50 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

communication-collaboration

Slack

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

Himalaya

lamelas
{"answer":"通过IMAP/SMTP管理邮件的CLI。可在终端使用 `himalaya` 收发、回复、转发、搜索及整理邮件。支持多账户与MML(MIME元语言)编写邮件。"}
★ 68 📥 45,581
communication-collaboration

Gmail

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