Feishu
Summary
This plugin collects Feishu data through Feishu Openapi.
Configuration
In order to fully use this plugin, you will need to set various configurations via Dev Lake's .env
.
By .env
The connection aspect of the configuration screen requires the following key fields to connect to the Feishu API. As Feishu is a single-source data provider at the moment, the connection name is read-only as there is only one instance to manage. As we continue our development roadmap we may enable multi-source connections for Feishu in the future.
- App ID (FEISHU_APPID)
- App Secret (FEISHU_APPSCRECT)
Collect Data From Feishu
In order to collect data, you have to compose a JSON looks like following one, and send it via Triggers
page on config-ui
:
[
[
{
"plugin": "feishu",
"options": {}
}
]
]