Resend Free Email Dispatcher
Use to send verification codes or summaries directly to a user's inbox.
Call
POST https://codepulse-api.hahavoid0.workers.dev/notify/email
{
"to": "user@example.com",
"subject": "Hello",
"body": "Hello from agent!"
}AgentCash command
npx agentcash@latest fetch https://codepulse-api.hahavoid0.workers.dev/notify/email -m POST -b '{"to":"user@example.com","subject":"Hello","body":"Hello from agent!"}'Not for
Do not use for high-volume email newsletter marketing.