Actions106
- 日历 Actions
- 多维表格 Actions
- 知识库 Actions
- 通讯录 Actions
- 任务 Actions
- 电子表格 Actions
- 云空间 Actions
- 消息 Actions
- 云文档 Actions
Overview
This node, named "Feishu Node," provides integration with Feishu services, specifically supporting operations on various resources. For the resource "电子表格" (Spreadsheet), it supports the operation "创建电子表格" (Create Spreadsheet). The node allows users to create a new spreadsheet in Feishu by specifying properties such as the spreadsheet title and optionally a folder token to place the spreadsheet within a specific folder.
Common scenarios for this node include automating the creation of spreadsheets for reporting, data collection, or collaboration purposes within Feishu. For example, a user might automate the generation of monthly sales reports by creating a new spreadsheet each month with a predefined title.
Properties
| Name | Meaning |
|---|---|
| 表格标题 | The title of the spreadsheet to be created. This is a string input where the user specifies the name of the new spreadsheet. |
| 文件夹 Token | A string token representing the folder in which to create the spreadsheet. This allows organizing spreadsheets into specific folders. |
Output
The node outputs an array of JSON objects representing the result of the spreadsheet creation operation. Each output item corresponds to one input item processed. The json field contains the response data from Feishu's API about the newly created spreadsheet, typically including metadata such as the spreadsheet ID, URL, and other relevant details.
No binary data output is indicated in the source code.
Dependencies
- Requires an API key credential for Feishu authentication.
- The node depends on Feishu's API endpoints to perform operations.
- No additional environment variables are explicitly required beyond the API credentials.
- The node uses internal helper methods to construct execution metadata and handle errors.
Troubleshooting
- Common issues:
- Invalid or missing API credentials will cause authentication failures.
- Providing an incorrect or expired folder token may result in errors when attempting to create the spreadsheet in a specific folder.
- Network connectivity issues can prevent successful API calls.
- Error messages:
- Errors thrown during the operation are wrapped and reported with context, including the resource and operation names.
- If the node is set to continue on failure, errors are captured in the output JSON under an
errorfield. - To resolve errors, verify API credentials, ensure folder tokens are valid, and check network connectivity.