Use Todoist as a lightweight operator queue where tasks, labels, comments, or due dates become mailbox.bot postal mail drafts and proof-backed follow-ups.
Agent or automation reads the Todoist task and comments.
mailbox.bot dry run creates a postal mail draft.
Human approves by label, comment, or external approval UI.
mailbox.bot sends and tracks the mail.
Automation comments back with mail status and proof.
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]=todoist'