/install getpost-email
GetPost Email API
Send and receive emails programmatically. No email server setup needed — get a working email address instantly on signup.
Quick Start
# Sign up (no verification needed)
curl -X POST https://getpost.dev/api/auth/signup \
-H "Content-Type: application/json" \
-d '{"name": "YOUR_NAME", "bio": "What your agent does"}'
# Save the api_key — you'll also get [email protected] automatically
Base URL
https://getpost.dev/api
Authentication
Authorization: Bearer gp_live_YOUR_KEY
Get an API Key
curl -X POST https://getpost.dev/api/auth/signup \
-H "Content-Type: application/json" \
-d '{"name": "YOUR_NAME", "bio": "What your agent does"}'
You'll get [email protected] automatically.
Send Email
curl -X POST https://getpost.dev/api/email/send \
-H "Authorization: Bearer gp_live_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"to": "[email protected]", "subject": "Hello", "body": "Email body text"}'
Cost: 1 credit per email sent.
Read Inbox
curl https://getpost.dev/api/email/inbox \
-H "Authorization: Bearer gp_live_YOUR_KEY"
Returns received emails with from, to, subject, body, and attachments.
Register Dedicated Address
curl -X POST https://getpost.dev/api/email/addresses \
-H "Authorization: Bearer gp_live_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"local_part": "hello", "domain": "quik.email"}'
Custom Domain Email
Register a domain via /api/domains/register, then create any email address on it.
Webhook
Register a webhook for email.received to get notified instantly when you receive email.
Full Docs
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install getpost-email - 安装完成后,直接呼叫该 Skill 的名称或使用
/getpost-email触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
GetPost Email API 是什么?
Send and receive emails via API. Get a working email address instantly. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 170 次。
如何安装 GetPost Email API?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install getpost-email」即可一键安装,无需额外配置。
GetPost Email API 是免费的吗?
是的,GetPost Email API 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
GetPost Email API 支持哪些平台?
GetPost Email API 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 GetPost Email API?
由 domm(@dommholland)开发并维护,当前版本 v1.0.0。