Add postal mail to accounting and AP workflows
Use QuickBooks or Xero context for invoice follow-ups, tax correspondence, engagement letters, and payment-plan mailings, then keep mailed proof plus forwarded IRS, state, or client paperwork tied to the accounting workflow.
Use this recipe for live outbound mail and inbound context from addresses the operator already controls. New real mailing and package addresses with street address + mailbox number: Not live yet · Launch ETA: mid/late September. Route requests to the reservation list; reservations do not assign or activate an address today.
Accounting app, export, webhook, or agent supplies invoice, vendor, client, or notice context.
Packet is drafted and previewed with mailbox.bot dry_run=true.
Controller, partner, or client approves sensitive mail.
mailbox.bot sends and tracks the piece.
Webhook status, proof, and any forwarded inbound tax or client documents are stored back in the accounting workflow or client record.
curl -X POST https://mailbox.bot/api/v1/mail \ -H "Authorization: Bearer sk_agent_test_..." \ -H "X-Mailbox-MD-Version: 3" \ -H "X-Max-Cost-Cents: 1500" \ -F "document=@notice.pdf" \ -F "recipient_name=Recipient Name" \ -F "recipient_line1=123 Main Street" \ -F "recipient_city=San Francisco" \ -F "recipient_state=CA" \ -F "recipient_zip=94105" \ -F "mail_class=certified" \ -F "dry_run=true" \ -F 'metadata[source]=quickbooks-xero'