convert_record
Convert records between formats like PDF, HTML, markdown, and webarchive while preserving originals. Place converted records in specific groups for organized document management.
Instructions
Convert a record to a different format, creating a new record. The original record is not modified. Supported formats: bookmark, simple, rich, note, markdown, HTML, webarchive, 'PDF document', 'single page PDF document', 'PDF without annotations', 'PDF with annotations burnt in'. Optionally place the converted record in a specific destination group. Returns the properties of the newly created converted record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | No | UUID of the record to convert | |
| recordId | No | Numeric record ID (requires databaseName) | |
| recordPath | No | Record path within the database (requires databaseName) | |
| destinationGroupUuid | No | UUID of the destination group for the converted record (optional) | |
| databaseName | No | Database name (required for recordId or recordPath lookups) |