Send a campaign
send_campaign⚠️ IRREVERSIBLE. Locks the recipient list and triggers sending to ALL active subscribers in the workspace — or, with to, only to the requested addresses that are active subscribers (never an unsubscribed or suppressed address). A sent email cannot be recalled. First call preview_campaign_send with the same parameters, then ask the person for explicit confirmation, telling them how many people will receive the message. Messages go out progressively; get_campaign_stats tracks progress.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Campaign identifier. | |
| to | No | Optional. Restricts the send to these addresses. An empty list sends to nobody (refused); for the whole list, omit the field. |