$ browse --type node-templates

Node Templates

// Individual building blocks for your workspace workflows

$
9 results
processplaceholder
L
node.py
Process
Integration
v1.0.1

export Lark Update Task

from "@marketplace"

// Updates an existing Lark task. Can modify title, description, due/start dates, and mark tasks as complete. Only provided fields are updated.

 
00
2026-05-07
inputplaceholder
L
node.py
Input
Integration
v1.1.0

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.

 
00
2026-05-07
inputplaceholder
L
node.py
Input
Integration
v1.1.0

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.

 
00
2026-05-07
inputplaceholder
L
node.py
Input
Integration
v1.1.0

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.

 
00
2026-05-07
inputplaceholder
L
node.py
Input
Integration
v1.0.1

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.

 
00
2026-05-07
inputplaceholder
L
node.py
Input
Integration
v1.0.1

export Lark List Tasklists

from "@marketplace"

// Lists all tasklists (boards) accessible in Lark Suite. Returns names, owners, and member counts. Connect the tasklist ID output to a Lark List Tasks node to retrieve tasks.

 
00
2026-05-07
inputplaceholder
L
node.py
Input
Integration
v1.0.1

export Lark List Members

from "@marketplace"

// Lists organization members from Lark Suite. Use to discover members for task assignment. Supports filtering by department and pagination.

 
00
2026-05-07
processplaceholder
L
node.py
Process
Integration
v1.0.1

export Lark Create Task

from "@marketplace"

// Creates a new task in Lark Suite. Supports title, description, due/start dates, member assignment, and tasklist placement.

 
00
2026-05-07
processplaceholder
H
node.py
Process
Integration
v1.1.0

export HTTP Request

from "@marketplace"

// Makes HTTP requests to external APIs. Supports various methods, headers, authentication, and response parsing. Use to integrate external services and fetch data.

 
00
2026-05-07