Print / Export로 돌아가기
Knoon AI를 Print / Export (JotterPad)과 연결하여 AI 워크플로우를 자동화하세요.
Send Markdown content to JotterPad and generate a ZIP package (content + metadata). Returns an export job with ID and a pendingFileUrl to track progress.
jotterpadExportMarkdownToZip
베타
권한
표시할 항목이 없습니다.
선택사항 권한
표시할 항목이 없습니다.
매개변수
| 이름 | 유형 | 설명 | 필수 |
|---|---|---|---|
| markdown | mustache | Markdown content to export as a ZIP package. | 네 |
| name | mustache | Optional package name without extension. Defaults to "Untitled Package". | 아니요 |
| metadataJson | mustache | Optional JSON string for metadata to embed (e.g. {"projectId":"abc123"}). | 아니요 |
반환값
| 이름 | 유형 | 설명 |
|---|---|---|
| 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. markdown). |
| outType | string | Output type (e.g. zip). |
| name | string | Suggested filename without extension. |