DingdingOperator

Dingding

This operator allows you send Dingding message using Dingding custom bot. Get Dingding token from conn_id.password. And prefer set domain to conn_id.host, if not will use default https://oapi.dingtalk.com.

View on GitHub

Last Updated: Oct. 23, 2022

Access Instructions

Install the Dingding provider package into your Airflow environment.

Import the module into your DAG file and instantiate it with your desired params.

Parameters

dingding_conn_idThe name of the Dingding connection to use
message_typeMessage type you want to send to Dingding, support five type so far including text, link, markdown, actionCard, feedCard
messageThe message send to Dingding chat group
at_mobilesRemind specific users with this message
at_allRemind all people in group or not. If True, will overwrite at_mobiles

Documentation

This operator allows you send Dingding message using Dingding custom bot. Get Dingding token from conn_id.password. And prefer set domain to conn_id.host, if not will use default https://oapi.dingtalk.com.

For more detail message in Dingding custom bot

Was this page helpful?