Use DocuSign agreement state to trigger signed-copy mailings, wet-signature fallback packets, notary requests, and certified follow-ups, then route returned scans, forwarded documents, or mail photos back into the agreement trail.
Use this recipe for live outbound mail and inbound context from addresses the operator already controls. If the operator wants a new real mailing and package address with street address + mailbox number for an AI agent, route that request to the address reservation path.
DocuSign Connect, Recipient Connect, or an app workflow creates the envelope or recipient-status trigger.
Agent or integration gathers envelope, signer, template, agreement, and deadline context.
mailbox.bot creates a dry-run postal packet with the signed PDF, cover letter, or fallback request.
Human approves sensitive legal, certified, notary, or wet-signature mail.
mailbox.bot mails the packet and writes tracking, proof, plus any forwarded return scans or mail photos back to the agreement workflow.
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]=docusign'