Actions106
- 日历 Actions
- 多维表格 Actions
- 知识库 Actions
- 通讯录 Actions
- 任务 Actions
- 电子表格 Actions
- 云空间 Actions
- 消息 Actions
- 云文档 Actions
Overview
This node integrates with the Feishu platform to manage tasks. Specifically, the "删除任务" (Delete Task) operation allows users to delete a task by specifying its unique identifier. This is useful in automation workflows where tasks need to be programmatically removed based on certain conditions or triggers, such as cleaning up completed or obsolete tasks.
Practical examples include:
- Automatically deleting tasks that are marked as done after a certain period.
- Removing tasks created by mistake or duplicates.
- Integrating with other systems to synchronize task deletions.
Properties
| Name | Meaning |
|---|---|
| 任务ID | The unique identifier of the task to be deleted. This is a required string input. |
Output
The node outputs JSON data representing the result of the delete operation for each input item. Typically, this will include confirmation of deletion or any error information if the deletion failed.
If an error occurs and the node is set to continue on failure, the output JSON will contain an error field describing the issue.
No binary data output is produced by this operation.
Dependencies
- Requires an API key credential for authenticating with the Feishu platform.
- The node depends on the Feishu API being accessible and the provided task ID being valid.
- No additional external services beyond Feishu are required.
Troubleshooting
Common issues:
- Providing an invalid or non-existent task ID will cause the deletion to fail.
- Network or authentication errors may prevent successful API calls.
- If the node is not configured with the correct API credentials, it will throw authentication errors.
Error messages:
- Errors from the Feishu API are captured and can appear in the output under an
errorfield if "continue on fail" is enabled. - If the operation is not implemented or incorrectly specified, the node throws an error indicating the method is not implemented.
- Errors from the Feishu API are captured and can appear in the output under an
Resolutions:
- Verify the task ID is correct and exists in Feishu.
- Ensure API credentials are properly configured and have sufficient permissions.
- Check network connectivity and Feishu service status.
Links and References
- Feishu Developer Documentation
- Feishu Task Management API Reference (for detailed API parameters and responses)