https://github.com/ronething-bot/feishu-flow
feishu-flow test
https://github.com/ronething-bot/feishu-flow
feishu flow webhook
Last synced: about 2 months ago
JSON representation
feishu-flow test
- Host: GitHub
- URL: https://github.com/ronething-bot/feishu-flow
- Owner: ronething-bot
- Created: 2024-01-18T09:53:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-18T10:35:38.000Z (over 1 year ago)
- Last Synced: 2025-06-04T00:31:29.956Z (5 months ago)
- Topics: feishu, flow, webhook
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# feishu-flow
feishu-flow testwe need send message to feishu group if action is review_requested and draft is false.
## create feishu flow.
1. create webhook trigger
input json data
```json
{
"action": "review_requested",
"pull_request": {
"html_url": "https://github.com/ronething-bot/feishu-flow/pull/1",
"state": "open",
"title": "Update README.md",
"draft": false,
"body": ""
},
"sender": {
"login": "ronething-bot"
}
}
```2. create filter condition
3. send message to feishu group
## config github repo webhook settings
Add webhook, choose content-type as application/json, and then select `Pull Requests` event.
## demo