guangzhengli/Wecom Notification Action
企业微信机器人消息发送, 支持不同来源的消息, 包括直接输入, 文件内容, HTTP Response Body等
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| webhook | 企业微信机器人 webhook url key, 即 webhook/send?key=xxx, 配置为xxx即可 | yes | — |
| is_at_all | 是否 @all @所有人? | no | false |
| type | 消息���型, 是否是从文件中读取消息, 类型包括:message, file, http | no | message |
| message | 如果消息类型选择 message, 需要发送的内容 | no | — |
| file_name | 如果消息类型选择 file, 那么就需要输入文件名称, 默认取文件第一行的内容 | no | — |
| file_read_type | 如果消息类型选择 file, 那么是选择只读取某一行, 还是读取文件所有内容, first:第一行; random:随意一行; all:所有内容 | no | first |
| file_write_type | 读取完成后, 是否进行写操作, loop:循环, 第一行放置最后一行; delete:删除, nothing:不操作 | no | loop |
Outputs
no outputs