/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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install getpost-email - After installation, invoke the skill by name or use
/getpost-email - Provide required inputs per the skill's parameter spec and get structured output
What is GetPost Email API?
Send and receive emails via API. Get a working email address instantly. It is an AI Agent Skill for Claude Code / OpenClaw, with 170 downloads so far.
How do I install GetPost Email API?
Run "/install getpost-email" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is GetPost Email API free?
Yes, GetPost Email API is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does GetPost Email API support?
GetPost Email API is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created GetPost Email API?
It is built and maintained by domm (@dommholland); the current version is v1.0.0.