closeBot.getLibraryFilePreview retrieves the text CloseBot extracted from one file.
automations/preview-closebot-library-file.automation.ts
Inputs
Provide thefileId.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get extracted text for a CloseBot library file.
closeBot.getLibraryFilePreview retrieves the text CloseBot extracted from one file.
import { automation, onDashboardRun } from "automate.ax"
import { closeBot } from "automate.ax/closebot"
export default automation("Preview CloseBot library file", () => {
onDashboardRun({ title: "Preview library file" })
closeBot.getLibraryFilePreview({ fileId: "file-id" })
})
fileId.