SendOutreachEmailTool
Send a personalized outreach email (plain text preferred) from your own address through the outreach pipeline. Rate limited to 3/day, refuses suppressed and already-contacted (dedupe_key) recipients.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient email address | |
| subject | Yes | Email subject | |
| to_name | No | Recipient display name, e.g. "Jan Novák" | |
| body_html | No | Optional HTML body. Omit to send plain text only. | |
| body_text | Yes | Plain-text body — preferred, keeps it personal. No footer/logo/tracking is added. | |
| dedupe_key | No | Idempotency key, e.g. the company domain "firma.cz" — a second send with the same key is refused as duplicate. | |
| account_code | Yes | Account code you belong to (e.g., "jchsoft"). Used to authorize you; the mail is sent from your own contact email. |