Skip to content

Best direct mail API for transactional and compliance letters: certified rates, proof of delivery and what marketing platforms leave out

A compliance letter is not a campaign with a smaller list. It goes to one person, at one moment, usually first class or certified, and someone may later have to prove it was sent. Here is what four print and mail APIs charge for certified mail and return receipts, why two of those numbers cannot be compared to the other two, and which vendors are built for a trigger rather than a send date.

Live demo

Runs in your browser. Nothing is uploaded.

Your PDF is downloading. Want this as one API call, with the page archived too?

A compliance letter is not a campaign with a shorter list. It goes to one named person, at the moment an event fires, almost always first class or certified, and months later somebody may have to prove in writing that it went out. Most direct mail platforms are built for the opposite job: a list, a send date, and a response rate. Choosing between them on per piece price alone gets this wrong. Every figure below was read off the vendors own pricing pages and help centers on 3 September 2026.

The short answer, if you only need one: PostGrid and Lob are the two that fit a triggered compliance letter, because both publish certified mail rates, both label their postage classes, and both are built around a single piece call rather than a campaign object. LetterStream is the cheapest way to send certified mail without a platform fee. Postalytics and Stannp are marketing platforms that happen to expose an API, and it shows in what they do not price.

What certified mail actually costs through an API

Certified mail is the unit that matters for compliance work, because it is the one that produces evidence. It is also the line item with the widest spread in this category, and the one most comparison articles skip entirely.

Vendor Certified mail With return receipt All in, or added to the letter?
PostGrid$6.94Not published separatelyPublished as a letter line item alongside the $1.059 first class rate
Lob$6.950$9.860 certified with electronic return receipt, or $2.910 for the receipt alonePublished as a line item in the help center rate grid
LetterStream$8.63$11.54All in. Published as the letter base rate for certified first class mail
Mailform$8.99 extra, so $11.98 with the $2.99 letterAdd $3.02 electronic or $5.30 physicalAn extra. The page says "$8.99 extra for certified mail"
Postalytics, StannpNot publishedNot publishedNeither rate card carries a certified mail line

Read that fourth column before you compare the second. LetterStream's $8.63 is the whole cost of one certified letter. Mailform's $8.99 is an addition to a $2.99 letter, so the real figure is $11.98. Lob and PostGrid publish theirs as line items in a rate table that also contains the base letter, and neither page states plainly whether the certified charge replaces the letter rate or sits on top of it. On the most cautious reading, a certified letter through Lob costs between $6.95 and $8.01 depending on that answer.

This is the single most common costing error in the category. Four published numbers, $6.94, $6.950, $8.63 and $8.99, look like a tight cluster and are not comparable at all. The honest spread for one certified letter with an electronic return receipt runs from roughly $9.86 at Lob to $15.00 at Mailform.

Two vendors publish no certified rate whatsoever. That is not an oversight, it is a statement about who they are for. Marketing mail does not get certified, so a platform built for campaigns has no reason to price it.

The volume plan discounts the letter and not the certified mail

Here is a structural detail worth knowing before you negotiate. Lob's certified mail charge is $6.950 on Developer, $6.950 on Startup and $6.950 on Growth. It does not move. The same is true of registered mail at $24.500 and the electronic return receipt at $2.910.

Meanwhile the ordinary letter drops from $1.060 to $0.890 to $0.860 across those same three tiers. So the $260 a month Startup plan buys a 16 percent discount on plain letters and nothing at all on certified ones.

Work through what that means for a compliance heavy run. If you send 500 certified letters a month and nothing else, moving from the free Developer plan to Startup costs $3,120 a year and saves you exactly zero. The plan pays for itself only on the volume of ordinary mail you send alongside. Most vendors structure it this way, because the certified fee is largely a pass through of what the postal service charges, but almost nobody says so on the pricing page, and it inverts the usual advice to negotiate a higher tier as you scale.

Why a campaign object is the wrong shape for a triggered letter

Price aside, the deeper mismatch is architectural, and it shows up in the first week of an integration rather than in the budget.

A marketing direct mail platform is organized around a campaign: you upload or sync a list, choose a creative, pick a drop date, and the platform mails the batch and reports on it. That model assumes the list exists before the send. Postalytics prices in volume bands starting at 0 to 2,499 pieces, and Stannp prices letters in tiers that begin at "up to 1,000 items", both of which describe an order, not an event.

A compliance letter has no list. A customer misses a second payment, a policy lapses, a background check comes back, a lease renewal window opens, and one letter has to go to one address that afternoon. The unit is a single piece with an idempotency key, and the thing you need back is a piece identifier you can store next to the record that triggered it, so that in eleven months you can answer the question "did we notify them, and when".

Three practical requirements fall out of that, and they are the ones to test during evaluation rather than assume:

A single piece endpoint that returns an identifier immediately. If the API wants a campaign or a list before it will accept a letter, every triggered send becomes a campaign of one, and your audit trail becomes a pile of one row campaigns.

Tracking events you can persist, not just a dashboard. Delivery scan data is the closest thing to proof of mailing that automated mail produces. It is worth confirming it arrives by webhook and is retrievable by piece identifier long after the fact, rather than only appearing in an analytics view.

The exact rendered document, retained. This is the one that gets forgotten. The mail vendor stores what it printed, but your retention obligation is usually yours, and vendor storage windows are shorter than compliance retention periods. Keep your own copy of the exact PDF that was mailed, byte for byte, alongside the piece identifier.

Getting the letter itself right before you pick a vendor

Every vendor here accepts either a PDF or an HTML template, and the choice matters more than it looks. Template systems are convenient until the letter has to include a variable payment schedule, a table of transactions, or legally mandated wording whose layout cannot shift. At that point you want to own the rendering.

The practical pattern is to render the document from your own application, where the data already lives and the template is under version control, then hand the finished PDF to the mail API as a file. That keeps the legally sensitive part, what the letter actually says and how it is laid out, inside your codebase and your test suite, and reduces the mail vendor to a printer. It also means switching vendors later is a change to one integration rather than a rewrite of every template. If you are choosing that rendering step, our PDF API pricing comparison normalizes twelve vendors on one job, and document generation API covers the template merge side.

Two production details bite specifically on mailed documents. First, margins: every printer here has a non printable edge and an address window that must line up, so a letter that looks right on screen can arrive with the recipient address half hidden. Fix the page geometry deliberately rather than by trial and error, which is the subject of our note on margins, headers and footers in HTML to PDF. Second, page count: since every vendor bills per additional sheet, and Lob adds a flat $2.495 postage surcharge above six sheets, a template that silently spills onto a second page is a recurring cost rather than a cosmetic bug.

Collections and dunning mail is where this comes together most often, because the paper letter is usually the escalation step after the digital attempts have failed. If the earlier steps in that sequence are not automated yet, it is generally cheaper to chase the overdue invoices by email and SMS first and reserve certified mail for the accounts that ignore everything else, given that one certified letter costs more than a year of email reminders.

Which one to pick

Under 500 pieces a month, use PostGrid Starter or Lob Developer. Both are free at that volume, both publish certified rates, both label postage classes properly. PostGrid has the marginally better published letter rate at $1.059 against Lob's $1.060 and no platform fee at all, but it does not publish what happens when you exceed 500 pieces, which is worth asking about before you build.

Above 500 pieces a month with mixed mail, Lob Startup at $260 a month is the predictable choice, mostly because the cliff is published and the first class letter drops to $0.890. Model it honestly: the plan does not discount certified mail.

For certified heavy work at any volume, price LetterStream first. No platform fee, no minimum, and $8.63 all in for a certified first class letter is the cleanest number in this comparison to reason about, even though its ordinary letter rate of $1.27 is among the highest.

Skip the marketing platforms for this job. Postalytics and Stannp are good at what they are built for, and neither publishes a certified mail rate because neither expects you to need one.

One last caution on sources. Comparison articles in this category age badly. Inkit is still named as a direct mail API in a great deal of published advice, and read on 3 September 2026 its product line is Digital Signature, Workflows, Document Generation, File Intelligence and Records Management, with no print or mail product at all. Click2Mail's pricing page currently answers a plain browser request with a Cloudflare block page, so its rates could not be verified here and are not reproduced from third party summaries. Check the rate card at source and check the date on it, because in this category both change quietly. The full seven vendor breakdown with the normalized annual arithmetic is on our direct mail API pricing comparison.

Written by the team building Sitepdf, an HTML to PDF API that archives every page it renders. The in-browser converter is free to try; early access locks the launch pricing.

Early access

Get on the early-access list

The API opens to the list first, in order. Early access locks the planned launch rates for 12 months. No card required, launching soon.

Render + archive, one API