Feishu Node icon

Feishu Node

Feishu Node

Actions106

Overview

This node integrates with Feishu to create a new multidimensional table (多维表格) app within the user's cloud space. It is useful for automating the creation of structured data tables in Feishu, which can be used for project management, data organization, or collaborative workflows. For example, a user might use this node to programmatically generate a new table for tracking team tasks or inventory without manually setting it up in the Feishu interface.

Properties

Name Meaning
多维表格名称 The name of the multidimensional table app to create. Maximum length is 255 characters.
文件夹 Token The folder token indicating where the table app will be created. If empty, defaults to root.
时区 The timezone setting for the document. Refer to Feishu's timezone documentation for valid values.

Output

The node outputs JSON data representing the result of the create multidimensional table operation. This typically includes metadata about the newly created table app such as its ID, name, and other relevant details returned by Feishu's API. There is no indication that binary data is output by this node.

Dependencies

  • Requires an API key credential for authenticating with Feishu's API.
  • Needs proper configuration of the Feishu API credentials within n8n.
  • The node relies on Feishu's cloud service being accessible and the user having permissions to create apps/tables.

Troubleshooting

  • Common issues:

    • Invalid or missing API credentials will cause authentication failures.
    • Providing an invalid folder token may result in errors or the table being created in an unintended location.
    • Exceeding the maximum length for the table name (255 characters) could cause validation errors.
    • Incorrect timezone strings may lead to unexpected behavior or errors.
  • Error messages:

    • "未实现方法: bitable.create" indicates the operation is not implemented or recognized; ensure the resource and operation names are correct.
    • API errors from Feishu will be surfaced, often including error messages from the Feishu API response.
  • Resolution tips:

    • Verify API credentials and permissions.
    • Double-check input property values for correctness and adherence to constraints.
    • Use the continue-on-fail option cautiously to handle partial failures gracefully.

Links and References

Discussion