QQIncomingWebhook
Send a Tencent IM / QQ message using an Incoming Webhook
QQIncomingWebhook
Send a Tencent IM / QQ message using an Incoming Webhook
yaml
type: io.kestra.plugin.tencent.qq.QQIncomingWebhookExamples
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
payload *Requiredstring
url *Requiredstring
options
Definitions
io.kestra.plugin.tencent.AbstractQQConnection-RequestOptions
connectTimeoutstring
headersobject
SubTypestring
readIdleTimeoutstring