create_file_send
Create a secure file share via Bitwarden Send by specifying a name and file path, with optional password protection, access limits, and expiration dates.
Instructions
Create a new Bitwarden Send for securely sharing a file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the Send | |
| filePath | Yes | Path to the file to share | |
| notes | No | Private notes (not shared with recipient) | |
| password | No | Access password for the Send | |
| maxAccessCount | No | Maximum number of times the Send can be accessed | |
| expirationDate | No | Expiration date in ISO 8601 format | |
| deletionDate | No | Deletion date in ISO 8601 format |