Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.

Campaign Analytics

Get delivery and engagement analytics for a specific campaign, including delivery rate and response rate.
path idstringrequired
Campaign ID (UUID)
Request example
curl https://api.v2.dealmachine.com/v1/mail/campaigns/a1b2c3d4/analytics \ -H "Authorization: Bearer dm_sk_live_xxx"
Response example
{ "data": { "campaign_id": "a1b2c3d4", "campaign_name": "Spring Seller Campaign", "total_recipients": 150, "total_sent": 150, "total_delivered": 142, "total_bounced": 8, "total_responses": 12, "delivery_rate": 94.67, "response_rate": 8.45 } }