What this audit checks
Authentication & access
- API token valid and authorised for the account_id
- Account read access (GET /v2/accounts succeeds)
- Required read surfaces reachable (subscribers, workflows, broadcasts, orders)
Workflows & automation
- Inactive workflows (draft / paused)
- Welcome workflow present and active
- Abandoned-cart workflow present and active
- Win-back / browse-abandonment workflow present
Lists & segmentation
- Subscriber / tag count
- Saved campaign-segment count
- Active vs unsubscribed ratio
- Suppressed / hard-bounced subscriber percentage
Deliverability
- Bounce rate
- Spam complaint rate
- Unsubscribe rate
- Delivery rate
Revenue attribution
- Drip-attributed revenue trend
- Revenue per send / per recipient
- Refund rate on attributed orders
Cross-channel: revenue at risk
- Email share of total store revenue (sibling = shopify | bigcommerce | adobe_commerce)
- Abandoned-cart recovery value vs commerce sibling AOV
- Drip orders that have no matching commerce-sibling order (attribution gap)
Data sources
GET https://api.getdrip.com/v2/accounts- Token + account access probeGET https://api.getdrip.com/v2/{account_id}/workflows- Workflow inventory + stateGET https://api.getdrip.com/v2/{account_id}/subscribers- Subscriber counts + statusGET https://api.getdrip.com/v2/{account_id}/tags- Tag / list metadataGET https://api.getdrip.com/v2/{account_id}/broadcasts- Deliverability + engagement aggregatesGET https://api.getdrip.com/v2/{account_id}/orders- Attributed revenue + refunds