An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# feishu-flow
feishu-flow test

we 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

image

3. send message to feishu group

image

## config github repo webhook settings

image

Add webhook, choose content-type as application/json, and then select `Pull Requests` event.

## demo

image