Send Create (Encoded JSON)
keychain_send_create_encodedCreate Bitwarden Sends with advanced template-level fields using encoded JSON, raw JSON, or direct text/file inputs. Encode and submit Send data when quick-create options are insufficient.
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. |