EDDM cost quote
Compute an EDDM (Every Door Direct Mail) price quote (client-facing price) for a given volume/selection. Public calculator; no client data. Composed from: public EDDM calculator
Compute an EDDM (Every Door Direct Mail) price quote (client-facing price) for a given volume/selection. Public calculator; no client data.
Composed from: public EDDM calculator
Authorization
clientKey Your Oppizi client key. Send it as Authorization: Bearer <client-key>. Scoped to your client account only.
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/client/calculators/eddm" \ -H "Content-Type: application/json" \ -d '{ "input": null }'{ "success": true, "data": {}}Flyer distribution quote POST
Compute a flyer-distribution price quote (client-facing price) from a selection — quantity, city/market, format, etc. Same public calculator the Oppizi website uses; POST carries the selection. No client data stored. Composed from: public flyer-distribution calculator
Your audiences GET
Your OWN reusable ADM audiences to link with link_campaign_audience. Always scoped to your client (cross-client → 403). Paginate with first (≤500) + skip; filter by ids/statuses; search on name. Notes: - Use an audience’s `id` as audienceId in link_campaign_audience. Composed from: direct PG SELECT on "Audience", forced client_scope = key.clientId