Mail Uploads
Lockbox providers upload batches of mail items to Chariot using presigned URLs. See the Get a Mailbox Upload URL API reference for endpoint details.
Also see: Batch Format | Provisioning
Upload Process
Prepare the batch
Create a ZIP file containing TIFF images and a CSV index file. See the Batch Format guide for the expected format and examples.
Rescans
When a mail item requires a rescan, Chariot will send a request via email to the lockbox provider with the following information:
- The provider’s ID of the mail item that requires a rescan
- The location ID (or PO box) that the mail item was sent to
Once received, the lockbox provider should re-upload the batch using the same process as above, with one additional parameter: rescan = true.
POST /mailbox/upload_url
Notes
- The batch must include both the rescanned TIFF image(s) and the standard CSV index file
- The CSV must contain only the line items for the rescanned mail item
- The CSV must use the same
mail_item_id(described in the Batch Format guide) as the original submission so Chariot can match the rescan to the original data
