email_cold_campaign
Send personalized cold email campaigns using templates with placeholders for recipient name, company, and custom fields. Creates drafts by default for review before sending.
Instructions
Send personalized cold emails from a template. Supports placeholders: {{name}}, {{company}}, {{custom}}. Creates drafts by default for review before sending.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | CC recipients | |
| bcc | No | BCC recipients | |
| recipients | Yes | List of recipients with personalization data | |
| body_template | Yes | HTML body with {{placeholders}} | |
| create_drafts | No | Create as drafts first (recommended for review). Set false to send immediately. | |
| delay_between_ms | No | Delay between sends in ms (avoids rate limits) | |
| subject_template | Yes | Subject with {{placeholders}} |