Send Create (Encoded JSON)
keychain_send_create_encodedCreate Bitwarden Sends with template-level fields: supply encoded JSON, raw JSON, text, or file attachment (filename + contentBase64). Optionally hide text content.
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 |
|---|---|---|---|
| encodedJson | No | Base64-encoded Send JSON template passed to bw send create. | |
| 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. | |
| file | No | Direct file payload alternative using filename and contentBase64. |