$ browse --type node-templates
Node Templates
// Individual building blocks for your workspace workflows
export Workspace Picker
from "@marketplace"
// Selects a workspace to reference. Outputs the workspace ID for use with Workspace Break nodes.
export Text
from "@marketplace"
// A constant text value. Provides a multi-line editor that outputs the text unchanged.
export String
from "@marketplace"
// A constant string value. Outputs a single-line string unchanged.
export Number
from "@marketplace"
// A constant numeric value. Outputs a number unchanged.
export JSON Object
from "@marketplace"
// A constant JSON object. Provides a JSON editor that outputs the object unchanged.
export Folder
from "@marketplace"
// Selects a folder from Drive. Outputs the folder reference for use by downstream nodes.
export File
from "@marketplace"
// Selects a file from Drive. Outputs the file reference for use by downstream nodes.
export Boolean
from "@marketplace"
// A constant boolean value. Outputs true or false to downstream nodes.
export Lark Get Tasklist
from "@marketplace"
// Fetches a single Lark tasklist (board) by its ID. Returns the tasklist name, owner, and members. Re-execute to refresh.
export Lark Get Task
from "@marketplace"
// Fetches a single Lark task by its ID. Returns the task summary, status, due date, and members. Re-execute to refresh.
export Lark Get Member
from "@marketplace"
// Fetches details of a single Lark user by their ID. Returns name, email, avatar, and department. Use to enrich task data with member information.
export Lark List Tasks
from "@marketplace"
// Lists tasks from a Lark tasklist (board). Supports filtering by completion status and pagination. Connect a Lark List Tasklists node to discover available boards.