Certified Mail or Registered Mail

For self-service plan users, Extra Services (Certified Mail, Certified Mail with Electronic Return Receipts, and Registered Mail) will require an approval process for usage; please contact support@lob.com.

Certified Mail

Certified Mail is an add-on service offered by USPS for First Class mail that provides proof of mailing to the sender. With electronic USPS tracking, the sender is notified when the mailing was delivered or that a delivery attempt was made. An electronic return receipt showing the recipient's signature is also available for Certified Mail only. Both the Certified Mail and the electronic return receipt add-ons are only available for First Class mail sent domestically within the US.

You send letters as Certified Mail through the Lob API by passing the value certified in the extra_services parameter of the create letter request. You may similarly opt for an electronic return receipt by passing certified_return_receipt in the extra_services parameter in the API.

Tracking events are viewable directly within the Lob dashboard or via the API, similar to how they are for non-Certified letters, and you can also subscribe to webhook events for Certified letters. When you make a request for Certified Mail you will immediately receive a carrier tracking number (retrievable via your Lob dashboard), which can be used to track the mail via the carrier’s website - or you can choose to track the mail via the scan events within your Lob dashboard. The resulting screen should appear in your dashboard:

Tracking events for Certified Mail are different from tracking events received for regular mail types; see the full list in our API documentation for Certified tracking event details.

Visit the Certified Mail envelopes section for more guidance around sending Certified Mail.

Electronic Return Receipts

An Electronic Return Receipt is available to the sender as a USPS add-on to Certified Mail. This receipt will allow you to download a digital copy of the recipient's signature used to sign for the delivery of the letter. You opt for an Electronic Return Receipt by passing certified_return_receipt in the extra_service parameter of creating a letter.

The return receipt will be accessible via the certified tracking number from the USPS homepage. However, if you would like to receive the signature PDF via email, follow these steps:

  • Enter the Certified tracking number into the Track a Package box

  • Click the "Return Receipt Email" dropdown and fill the required fields in the form

  • The USPS will send you an email with the signature file like the below example

Registered Mail

The USPS Registered Mail add-on is only available for First Class mail and can only be sent (and tracked) domestically.

Registered Mail is an add-on service offered by USPS that provides extra protection for high-value letters and packages. When you send a letter by Registered Mail, the USPS establishes a chain of custody that tracks and secures your shipment throughout the entire transit process—from the moment it is dropped off at the Post Office until the moment it’s delivered.

You can send letters as Registered Mail through the Lob API by passing the value registered in the extra_services parameter of the create letter request.

Letters sent as registered will receive a different set of scan events compared to regular First or Standard Class mail. Registered Mail will instead receive a carrier tracking number and link, which is an add-on that will be available 3 business days following the mailer’s send_date. This tracking number can be used to track the mailer via the carrier’s website.

Last updated