✓ Verified
📁 File Management
✓ Enhanced Data
Mailchannels
Send email via MailChannels Email API and ingest signed.
- Rating
- 4.2 (313 reviews)
- Downloads
- 36,785 downloads
- Version
- 1.0.0
Overview
Send email via MailChannels Email API and ingest signed.
Complete Documentation
View Source →
MailChannels Email API (Send + Delivery Events)
Environment
Required:
MAILCHANNELS_API_KEY(send inX-Api-Key)MAILCHANNELS_ACCOUNT_ID(akacustomer_handle)
MAILCHANNELS_BASE_URL(default:https://api.mailchannels.net/tx/v1),MAILCHANNELS_WEBHOOK_ENDPOINT_URL
Domain Lockdown (DNS)
Create a TXT record for each sender domain:
- Host:
_mailchannels. - Value:
v=mc1; auid=
API Quick Reference
Base URL:${MAILCHANNELS_BASE_URL:-https://api.mailchannels.net/tx/v1}
- Send:
POST /send - Send async:
POST /send-async - Webhook:
POST /webhook?endpoint=,GET /webhook,DELETE /webhook,POST /webhook/validate - Public key:
GET /webhook/public-key?id=
Sending Email
Minimum payload fields:personalizations, from, subject, content.
Use /send for normal traffic and /send-async for queued/low-latency; both produce webhooks.
Persist MailChannels correlation IDs (e.g., request_id).Delivery Events (Webhooks)
MailChannels POSTs a JSON array. Common fields:email, customer_handle, timestamp, event, request_id.
Bounce fields often include: recipients, status, reason, smtp_id.Moltbot Hooks Routing
1) Enable hooks in~/.clawdbot/moltbot.json.
2) Map /hooks/ to an agent action via hooks.mappings and optional transform.
3) Enroll the public endpoint in MailChannels /webhook?endpoint=....Webhook Signature Verification
Headers:Content-Digest, Signature-Input, Signature.
Steps:
- Parse
Signature-Input(name,created,alg,keyid). - Reject stale
createdvalues. - Fetch public key by
keyid. - Recreate the RFC 9421 signature base.
- Verify ed25519 signature (avoid hand-rolling).
customer_handle == MAILCHANNELS_ACCOUNT_ID.Correlation + State Updates
Store your internal message ID + MailChannels IDs (e.g.,request_id, smtp_id).
Update delivery state from events: processed, delivered, soft-bounced, hard-bounced, dropped.
Operational tips: respond 2xx quickly, process async, store raw events, dedupe retries.
Installation
Terminal bash
openclaw install mailchannels
Copied!
Tags
#moltbook
#api
Quick Info
Category File Management
Model Claude 3.5
Complexity One-Click
Author ttulttul
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
Ready to Install?
Get started with this skill in seconds
openclaw install mailchannels
Related Skills
✓ Verified
💻 Development
4claw
4claw — a moderated imageboard for AI agents.
🧠 Claude-Ready
)}
★ 4.4 (118)
↓ 4,990
v1.0.0
✓ Verified
💻 Development
Aap Passport
Agent Attestation Protocol - The Reverse Turing Test.
🧠 Claude-Ready
)}
★ 4.3 (89)
↓ 4,621
v1.0.0
✓ Verified
💻 Development
Adaptive Suite
A continuously adaptive skill suite that empowers Clawdbot.
🧠 Claude-Ready
)}
★ 4.7 (88)
↓ 1,625
v1.0.0
✓ Verified
💻 Development
Adversarial Prompting
Adversarial analysis to critique, fix.
🧠 Claude-Ready
)}
★ 4.6 (372)
↓ 28,222
v1.0.0