Atrás a Print / Export
Conectar Knoon AI con Print / Export (JotterPad) para automatizar flujos de trabajo de AI.
Send HTML content to JotterPad and generate a DOCX export. Returns an export job with ID and a pendingFileUrl to track progress.
jotterpadExportHtmlToDocx
Beta
Permisos
No hay elementos para mostrar.
Permisos opcionales
No hay elementos para mostrar.
Parámetros
| Nombre | Tipo | Descripción | Requerido |
|---|---|---|---|
| html | mustache | HTML content to export as a DOCX file. | Sí |
| name | mustache | Optional document name without extension. Defaults to "Untitled Document". | No |
| metadataJson | mustache | Optional JSON string for metadata to embed (e.g. {"title":"Proposal"}). | No |
Devoluciones
| Nombre | Tipo | Descripción |
|---|---|---|
| status | string | DONE. |
| exportId | string | ID of the export job. |
| pendingFileUrl | string | URL to poll or download when ready. |
| inType | string | Input type (e.g. html). |
| outType | string | Output type (e.g. epub). |
| name | string | Suggested filename without extension. |