Closed qqeasonchen closed 1 year ago
hi,as we know ,feishu is a chat tool , this issue expected send msg card for notification or feishu table?
hi,as we know ,feishu is a chat tool , this issue expected send msg card for notification or feishu table?
The Feishu sink connector expected send msg to Feishu Bot, which you can get the webhook config of Feishu Bot and using in the sink connector.
hi,as we know ,feishu is a chat tool , this issue expected send msg card for notification or feishu table?
The Feishu sink connector expected send msg to Feishu Bot, which you can get the webhook config of Feishu Bot and using in the sink connector.
i see the feishu openapi doc, after send msg to bot,bot will send msg to somebody or group? it need user's id ,where we expected config the user's id(tell the bot we expected send to whom)?
@SunnyBoy-WYH Yes, the message destination is required if necessary.
if no required ddl, can you assign it to me temporarily?
You may submit a PR.
we need request to feishu open api, should we use HTTPClientPool tool in eventmesh-runtime module? thanks for your advice~
or we can use feishu sdk? https://github.com/larksuite/oapi-sdk-java/blob/v2_main/README.zh.md,but seems not support send msg:
@SunnyBoy-WYH SDK and OpenAPI are both OK, however it is not recommended to add code to runtime
that only a certain connector will use.
@SunnyBoy-WYH SDK and OpenAPI are both OK, however it is not recommended to add code to
runtime
that only a certain connector will use.
ok, maybe we can use okhttp? and how can we connectRecord transfer to feishu msg? just let connectRecord.getData() as feishu message ?
@SunnyBoy-WYH SDK and OpenAPI are both OK, however it is not recommended to add code to
runtime
that only a certain connector will use.ok, maybe we can use okhttp? and how can we connectRecord transfer to feishu msg? just let connectRecord.getData() as feishu message ?
yes, you can treat the data as feishu message.
Search before asking
Feature Request
Add Feishu sink connector
Are you willing to submit PR?
Code of Conduct