✉️ Agent Email
Email System
Let your agents send real emails. Configure your provider, create templates, and track every send.
Not configured
📬
Select a project to get started
Email settings and templates are per project.
Pick one from the dropdown above.
🔧
Email Provider Configuration
Get your free API key at resend.com — 3,000 emails/month free
Must be verified in Resend
🧪
Send Test Email
Verify your setup by sending a test email. You'll need to have saved your API key first.
🤖
Agent Email Actions
Agents use this endpoint to send emails programmatically:
POST /api/email/send
Authorization: Bearer {token}
{
"project_id": 1,
"to": "user@example.com",
"to_name": "Jane Doe",
"template_id": 1, // optional
"variables": { // optional — fills template {{vars}}
"name": "Jane",
"company": "Acme"
},
"subject": "Hello!", // if no template
"body": "Hi {{name}}...", // if no template
"sent_by": "agent"
}
Reusable email templates with variable placeholders like {{name}}
Loading templates…
All emails sent by agents and manual sends
Loading logs…