send_test_email
Send a test email to preview addresses without affecting your audience or send limits. Requires campaign content to be set.
Instructions
Send a test/preview email to specific addresses without affecting the real audience.
Side effect: sends a real email. Tests do not count against send limits and are not tracked in reports. Campaign must have content set via set_campaign_content. Recommended before send_campaign or schedule_campaign.
Authenticated via API key. Max 10 concurrent requests. Respects read-only and dry-run modes.
Args: campaign_id: Campaign ID (e.g. 'abc123def4'). Must have content set. test_emails: Comma-separated emails (e.g. 'me@co.com,team@co.com'). Max 10 per request. send_type: Format: 'html' (default) or 'plaintext'.
Returns: JSON with status ("test_sent"), campaign_id, test_emails array. Error if no content set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| campaign_id | Yes | ||
| test_emails | Yes | ||
| send_type | No | html |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |