Exports
generate contact lists โ€” walk / phone / mail / chase
data โ€ฆmodel โ€ฆn=โ€ฆ

List generator

Opposition quadrants are excluded โ€” do_not_contact.

Compliance

do_not_contact enforcedholdout never exportedaudit-logged

POSTs to /api/exports and streams CSV. The server carves the deterministic holdout and removes do_not_contact members before writing any row.

request body
{
  "body": {
    "predicates": [
      {
        "field": "quadrant",
        "op": "=",
        "value": "persuade_hi"
      }
    ],
    "combinator": "and"
  },
  "channel": "walk",
  "name": "persuade_hi_walk"
}