request_mailing_action
Initiate a physical action on a mailing—scan, forward, or destroy. Requires explicit confirmation to prevent irreversible changes.
Instructions
Request a physical action on a mailing (scan / forward / destroy).
⚠️ AFFECTS THE REAL PRODUCTION ACCOUNT AND CANNOT BE UNDONE. "destroy" physically shreds the letter, it is gone for good. "forward" physically mails the letter to an address and incurs cost. Double-gated: requires DROPSCAN_ALLOW_WRITES=1 AND confirm=true.
POST /scanboxes/{scanbox_id}/mailings/{mailing_uuid}/action_requests
Args: action_type: One of "scan", "forward", "destroy". forwarding_address_id: Required when action_type="forward"; the id of a forwarding address (see create_forwarding_address / get_forwarding_address). forwarding_date: Required when action_type="forward"; ISO date (YYYY-MM-DD). confirm: Must be True to proceed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | ||
| scanbox_id | Yes | ||
| action_type | Yes | ||
| mailing_uuid | Yes | ||
| forwarding_date | No | ||
| forwarding_address_id | No |