QQIncomingWebhook QQIncomingWebhook
QQIncomingWebhook Certified

Send a Tencent IM / QQ message using an Incoming Webhook

yaml
type: io.kestra.plugin.tencent.qq.QQIncomingWebhook
yaml
id: unreliable_flow
namespace: company.team

tasks:
  - id: fail
    type: io.kestra.plugin.scripts.shell.Commands
    runner: PROCESS
    commands:
      - exit 1

errors:
  - id: qq_alert
    type: io.kestra.plugin.qq.QQIncomingWebhook
    url: "https://im.tencentcloudapi.com/v4/openim/sendmsg"
    token: "{{ secret('TENCENT_IM_TOKEN') }}"
    payload: |
      {
        "recipients": ["100001"],
        "message": "Flow {{ flow.id }} failed with execution {{ execution.id }}"
      }
Properties
Definitions
connectTimeoutstring
headersobject
SubTypestring
readIdleTimeoutstring