campaign_results
Obtain detailed outcome metrics for a single email campaign: sent, replies, bounces, complaints, unsubscribes, and failures. Provide the campaign ID to retrieve results.
Instructions
Outcome counts for ONE campaign. Input: campaignId (from launch_campaign). Returns { campaignId, sent, reply, bounce, complaint, unsubscribe, failed, soft_bounce } — bounce = HARD only, soft_bounce separate, opens not tracked. 404 if unknown. Use metrics for account-wide totals, list_campaigns for every campaign at once.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| campaignId | Yes | The campaign id returned by launch_campaign. |