diagnose_campaign
Analyze campaign metrics to pinpoint whether deliverability failures stem from infrastructure, list quality, or message content, and receive the recommended fix order.
Instructions
Given observed campaign metrics (any of: open_rate, reply_rate, bounce_rate, acceptance_rate as percents), returns the most likely failure layer (infrastructure vs list vs message) and the fix order. Deliverability problems masquerade as copy problems — this tool tells you which one you have.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | Yes | ||
| open_rate | No | ||
| reply_rate | No | ||
| bounce_rate | No | ||
| acceptance_rate | No |