send_campaign
Send a campaign immediately or schedule it for a specific time, delivering real emails. Confirm audience with get_campaign first.
Instructions
Send a campaign now, or schedule it for a future time by passing scheduled_at. This delivers real email to real recipients and cannot be undone once sending starts — confirm the audience with get_campaign first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| campaign_id | Yes | Campaign ID (UUID) | |
| scheduled_at | No | ISO 8601 timestamp to schedule instead of sending immediately |