Send Create (Encoded JSON)
keychain_send_create_encodedCreate an encoded Bitwarden Send using a JSON template, raw JSON, or file/text input, including hidden option for text Sends.
Instructions
Create a Send with the advanced bw send create flow. Provide an encodedJson template or raw json to encode, or create directly from text/file fields; file uses filename plus contentBase64 and hidden only affects text Sends. Use this when you need template-level fields beyond the quick send_create options.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | Direct file payload alternative using filename and contentBase64. | |
| json | No | Raw Send JSON template; the server encodes it before bw send create. | |
| text | No | Direct text payload alternative to encodedJson/json. | |
| hidden | No | Hide direct text Send content by default when true. | |
| encodedJson | No | Base64-encoded Send JSON template passed to bw send create. |