Send Create (Encoded JSON)
keychain_send_create_encodedCreate a Bitwarden Send with advanced fields using an encoded JSON template, raw JSON, or direct text/file input. Supports hidden text and file attachments.
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. |