Tool set: emailDefault: DisabledRequires: Resend API key
Send emails directly from your agent using the Resend API.
Setup
In your agent's Settings, enable Email and configure your Resend API key, from email, and from name.
Tools
| Tool | Description |
|---|---|
| send_email | Send email with HTML, CC, BCC, reply-to support |
Parameters
| Parameter | Type | Required |
|---|---|---|
| to | string or string[] | Yes |
| subject | string | Yes |
| body | string (HTML) | Yes |
| cc | string[] | No |
| bcc | string[] | No |
| reply_to | string | No |
Integration
Combine with Scheduled Actions for recurring reports, or Automations for event-driven notifications (e.g., "when task done → email me").
