dingtalk.yml 348 B

123456789101112
  1. timeout: 5s
  2. targets:
  3. webhook_robot:
  4. # 钉钉机器人创建后的webhook地址
  5. url: https://oapi.dingtalk.com/robot/send?access_token=xxxxxxxxxxxx
  6. webhook_mention_all:
  7. # 钉钉机器人创建后的webhook地址
  8. url: https://oapi.dingtalk.com/robot/send?access_token=xxxxxxxxxxxx
  9. # 提醒全员
  10. mention:
  11. all: true