Send Feishu Group Notification
Command description
Send group notifications through a Feishu custom bot webhook. The command supports text, images, rich text, and message cards.
Command Input Parameters
| input parameters | Input parameter type | Description |
|---|---|---|
| Bot Webhook URL | str | Webhook address of the Feishu custom bot |
| Signature Verification Key | str | Enter the signature verification key when signature verification is enabled for the Feishu bot; otherwise, leave it blank |
| Message Format Type | enum | Text, Image, Rich Text, Message Card |
| Message Content | str | Text or rich-text content; required when Message Format Type is Text or Rich Text |
| Message Title | str | Rich-text title; required when Message Format Type is Rich Text |
| Image Path | str | Path of the image to send; required when Message Format Type is Image |
| App ID | str | App ID of the Feishu application used to upload images; required when Message Format Type is Image |
| App Secret | str | App Secret of the Feishu application used to upload images; required when Message Format Type is Image |
| Message Card JSON | str | Feishu message-card JSON; required when Message Format Type is Message Card |
Command Output Parameters
None
Generation Notes
- Bot Webhook URL is the webhook address. For Text or Rich Text messages, enter Message Content; for Image messages, enter Image Path.