@openvole/paw-resend
v1.0.0
Published
Email sending Paw powered by Resend
Readme
@openvole/paw-resend
Email sending Paw powered by Resend.
Part of OpenVole — the microkernel AI agent framework.
Install
npm install @openvole/paw-resendConfig
{
"name": "@openvole/paw-resend",
"allow": {
"network": ["api.resend.com"],
"env": ["RESEND_API_KEY", "RESEND_FROM"]
}
}Environment Variables
| Variable | Required | Description |
|----------|----------|-------------|
| RESEND_API_KEY | Yes | Resend API key (from https://resend.com) |
| RESEND_FROM | No | Default sender email (default: [email protected]) |
Tools
| Tool | Description |
|------|-------------|
| resend_send | Send a plain text email |
| resend_send_html | Send an HTML email |
| resend_batch | Send multiple emails in one batch |
