comori/feishu-bot-yc
feishu bot send message
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Oct 24, 2025
- License
- MIT
Pinned Snippet
uses: comori/feishu@6ce28e82239d54e6363f8f1ac4aaa5acdc98dfce # v0.0.8tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| webhook-url | The bot webhook url | no | — |
| msg-type | The Message type. text/card/cardkit | yes | text |
| cardkit-id | If message type is cardkit, the id of cardkit. | no | — |
| cardkit-version | If message type is cardkit, the version of cardkit. | no | 1.0.0 |
| content | The Message content or cardkit params. | yes | — |
| title | If message type is card, the title of card. | no | — |
| title-color | If message type is card, the title color of card. | no | green |
| use-self-built-app | Use Self-built Application. | no | false |
| app-id | If you want use Self-built Application. Provide App Id. | no | — |
| app-secret | If you want use Self-built Application. Provide App Secret. | no | — |
| chat-id | If you want use Self-built Application. Provide Group Chat Id. | no | — |
| If you want use Self-built Application. Provide User Email to get open_id and send message to user. | no | — | |
| update-card | If you want update Sent Card. Set True. | no | false |
| message-id | If you want update Sent Card. Provide Message Ids. | no | — |
| is-lark | The app is lark | no | false |
Outputs
| name | description |
|---|---|
| message-ids | Self-built Application message id. |