rcy1314/Wecom Notification Action

企业微信机器人消��发送, 支持不同来源的消息, 包括直接输入, 文件内容, HTTP Response Body等

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
webhook企业微信机器人 webhook url key, 即 webhook/send?key=xxx, 配置为xxx即可yes
is_at_all是否 @all @所有人?nofalse
type消息类型, 是否是从文件中读取消息, 类型包括:message, file, httpnomessage
message如果消��类型选择 message, 需要发送的内���no
file_name如果消息类型选择 file, 那么就需要输入文件名称, 默认取文件第一行的内容no
file_read_type如果消息类型选择 file, 那么是选择���读取某一行, 还是读取文件所有内容, first:第一行; random:随意一行; all:所有内容nofirst
file_write_type读取完成后, 是否进行写操作, loop:循环, 第一行放置最后一行; delete:删除, nothing:不操作noloop

no outputs