📖Lark Base

The Lark Base node allows you to automate work in Lark Base, and integrate Lark Base with other applications and works seamlessly with other applications such as Lark Docs, Lark Messenger,... N8N has built-in support for a wide range of Lark Base features, including such as task management, CRM system management, recruitment process management, personnel/shift, store crew, revenue by individual, department, store in a specific time, etc. ..

On this page, you'll find a list of operations the Lark Base node supports and links to more resources.

Credentials: Refer to Lark credentials for guidance on setting up authentication.

Basic Operations

  • Apps

    • Copy App

    • Create App

    • Get App Info

    • Update App Name

  • Table

    • Create Table

    • Batch create table

    • Delete table

    • Batch delete table

    • Update data table

    • List all tables

  • Dashboards

    • Duplicate Dashboard

    • List dashboards

  • View

    • Update view

    • Get View

    • List Views

    • Add View

    • Delete View

  • Form

    • Patch form

    • List form

    • Patch form fields

    • List form fields

  • Record

    • List records

    • Create a record

    • Update a record

    • Delete a record

    • Create records

    • Update records

    • Delete records

  • Field

    • List fields

    • Create field

    • Update field

    • Delete field

  • Advanced permission

    • List roles

    • Create role

    • Delete role

    • Update role

    • Batch delete members

    • Batch create members

    • List members

    • Create member

    • Delete member

Example Usage

This workflow allows you can add an empty data table containing only index columns, or specify some initial fields. This example usage workflow would use the following nodes. - Start – Lark Authentication – Lark Base

  1. Start node

The start node exists by default when you create a new workflow.

  1. Lark Authentication node

We will use the Lark Authentication node to get the values of the tenant access token

  • Click on the Add node or drag to connect button and enter Lark Authentication in the search nodes box.

  • Select Create New Credential from the dropdown list.

  • Enter your app ID in the App ID field.

  • Enter your app secret in the App Secret field.

  • Click on Save to save credentials.

  • Turn off the popup and click on Execute Node to run a node.

  1. Lark base node (Append)

We will use the create table action in the Lark base node to set the values for the name, default view name, and fields for a new table.

  • Click on the Add node or drag to connect button and enter Lark Base in the search nodes box.

  • Search create table in the search Lark Base Actions box.

  • Enter your tenant access token in the Tenant Access Token field.

  • Enter your app token in the App Token field.

  • Enter your table name in the Table Name field.

  • Enter your default view name in the Default view Name field.

  • Click the add field button to add the Field name and Type for the table.

  • Click Execute node to run a node.

How to get the App token and table token

you enter the lark base you want to use and see the URL in the lark base you will see like the picture below

Notice

Lark has a lot of types so you have to input the right data for each type

  • Calendar Time You have to enter the value same as this: 2023-10-18T17:02:08.000Z

  • Number You have to enter values like this:12,1234,23 ( Don't have String in there)

  • String You have to enter values like this: 12abc,56cdf

  • The checkbox has the values just in true or false

Last updated