create_recipient
Create a person or company recipient on a scanbox. Write changes require confirmation for safety.
Instructions
Create a recipient on a scanbox.
⚠️ Changes the real production account. Double-gated: requires DROPSCAN_ALLOW_WRITES=1 AND confirm=true.
POST /scanboxes/{scanbox_id}/recipients
Args: type: "Person" or "Company". firstname, lastname: Required when type="Person". name: Required when type="Company".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| type | Yes | ||
| confirm | No | ||
| lastname | No | ||
| firstname | No | ||
| scanbox_id | Yes |