Skip to content

推送 腾讯轻联(原HiFlow场景连接器)

阿克苏 edited this page Jan 16, 2024 · 6 revisions

腾讯轻联(原HiFlow场景连接器) https://qinglian.tencent.com

示例: Webhook地址:https://api.hiflow.tencent.com/engine/webhook/31/1597044003551531010

目前仅支持POST方法且content-type为json的调用方式。

Body:

{
    "title": "卿卿日常 (2022)",
    "msg": "链接失效了",
    "data": {
        "source_file_name": "卿卿日常_28_4K_Tacit0924.mp4",
        "source_file_size": "1.15 GB",
        "source_thumbnail": "http://www.baidu.com/123",
        "source_created_at": "2022-11-01 10:00:00",
        "to_file_id": "123",
        "to_file_name": "卿卿日常.E28.mp4",
        "play_url": "http://www.baidu.com/play/123"
    },
    "update_at": "2022-11-01 11:00:00"
}

流程有个判断,若msg不为空,则发送文本通知(链接失效等简洁信息), 消息内容引用msg; image image

阿里云盘订阅通知 分享:https://qinglian.tencent.com/share/0sXezEyxdpzCciW5MUgyHXi8E5oo0VOX/

调整流程节点,支持以下推送

  • 钉钉机器人
  • 飞书机器人
  • 企业微信群机器人
  • Server酱
  • 邮箱
  • 短信
  • pushplus
  • XPusher ...