Receive
keychain_receiveReceive a Bitwarden Send from a shared HTTPS URL, using an optional password, and retrieve the content as text, JSON object, or file download.
Instructions
Receive a Bitwarden Send from an HTTPS url. Provide password when the Send is protected; obj=true returns the parsed JSON object, downloadFile=true downloads file bytes as base64, and the default returns received text. This reads a shared Send and does not create or modify vault items.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | HTTPS Bitwarden Send URL to receive. | |
| password | No | Password required by the Send, when one was configured. | |
| obj | No | Return the full parsed Send JSON object instead of raw text. | |
| downloadFile | No | Download a file Send and return filename, bytes, and contentBase64. |