ย้อนกลับไปยัง Print / Export
เชื่อมต่อ Knoon AI กับ Print / Export (JotterPad) เพื่อทำงานอัตโนมัติของเวิร์กโฟลว์ AI
Send HTML content to JotterPad and generate a PDF export. Returns an export job with ID and a pendingFileUrl to track progress.
jotterpadExportHtmlToPdf
เบต้า
สิทธิ์การใช้งาน
ไม่มีรายการให้แสดง
สิทธิ์การใช้งานตัวเลือก
ไม่มีรายการให้แสดง
พารามิเตอร์
| ชื่อ | ประเภท | คำอธิบาย | จำเป็นต้องมี |
|---|---|---|---|
| html | mustache | HTML content to export as a PDF. | ใช่ |
| name | mustache | Optional document name without extension. Defaults to "Untitled Document". | ไม่ |
| metadataJson | mustache | Optional JSON string for metadata to embed (e.g. {"title":"Invoice","customerId":"123"}). | ไม่ |
คืนสินค้า
| ชื่อ | ประเภท | คำอธิบาย |
|---|---|---|
| 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. docx). |
| name | string | Suggested filename without extension. |