DinkTalk sink connector
A sink plugin which use DingTalk robot send message
name | type | required | default value |
---|---|---|---|
url | string | yes | - |
secret | string | yes | - |
common-options | no | - |
DingTalk robot address format is https://oapi.dingtalk.com/robot/send?access_token=XXXXXX(string)
DingTalk robot secret (string)
Sink plugin common parameters, please refer to Sink Common Options for details
sink {
DingTalk {
url="https://oapi.dingtalk.com/robot/send?access_token=ec646cccd028d978a7156ceeac5b625ebd94f586ea0743fa501c100007890"
secret="SEC093249eef7aa57d4388aa635f678930c63db3d28b2829d5b2903fc1e5c10000"
}
}
- Add DingTalk Sink Connector