send_email
Send targeted emails to specific users with custom subject, HTML body, and sender details.
Instructions
Send an email directly to specific users.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipients: {"identity": [...]} or {"email": [...]} | |
| content | Yes | Email content: {"subject": "...", "html": "...", "from": {"name":"","email":""}} |