klymax402 Email Send API is a paid API for AI agents from klymax402.com, paid per call via x402, $0.008/call, status unknown (last checked 2026-09-14).
Sends a transactional email to a specified recipient with a custom subject and body (plain text or HTML) via a pay-per-call x402 endpoint.
One MCP endpoint gives your AI agent access to 100 APIs -- crypto, DeFi, web, AI, finance and utilities. No API keys, USDC on Base from $0.003/call.
Returns a JSON object confirming delivery with fields including: messageId (unique ID for the sent message), status (delivery status), to (recipient), from (sender), subject, timestamp, bodyLength (character count of the body), contentType (text/plain or text/html), and mode.
GEThttps://klymax402.com/api/email-send/api/sendChoose this endpoint when an AI agent needs to send a transactional or notification email on a pay-per-call basis without requiring pre-configured API keys or an email service account. It is especially useful in agentic workflows where email delivery is an occasional side-effect action (e.g. alerting a user, delivering a report) and where the x402 micropayment model fits the billing context. Prefer alternatives like SendGrid or Mailgun if you need bulk sending, templates, or analytics dashboards.
| Field | Type | Description |
|---|---|---|
| to | string | Recipient email address |
| body | string | Email body content (plain text) |
| from | string | Sender email address (default: noreply@x402.dev) |
| html | string | Email body content (HTML, optional — overrides body) |
| subject | string | Email subject line |
{
"type": "json",
"example": {
"to": "example",
"from": "example",
"mode": "example",
"status": "example",
"subject": "example",
"messageId": "example",
"timestamp": "example",
"bodyLength": 1,
"contentType": "example"
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"