diff --git a/docs/sources/alerting/notifications.md b/docs/sources/alerting/notifications.md index 1a29a6d50ed..26bfdb30a62 100644 --- a/docs/sources/alerting/notifications.md +++ b/docs/sources/alerting/notifications.md @@ -204,23 +204,21 @@ Example json body: ### DingDing/DingTalk -[Instructions in Chinese](https://open-doc.dingtalk.com/docs/doc.htm?spm=a219a.7629140.0.0.p2lr6t&treeId=257&articleId=105733&docType=1). +DingTalk supports the following "message type": `text`, `link` and `markdown`. Only the `link` message type is supported. Refer to the [configuration instructions](https://developers.dingtalk.com/document/app/custom-robot-access) in Chinese language. In DingTalk PC Client: 1. Click "more" icon on upper right of the panel. -1. Click "Robot Manage" item in the pop menu, there will be a new panel call "Robot Manage". +2. Click "Robot Manage" item in the pop menu, there will be a new panel call "Robot Manage". -1. In the "Robot Manage" panel, select "customized: customized robot with Webhook". +3. In the "Robot Manage" panel, select "customized: customized robot with Webhook". -1. In the next new panel named "robot detail", click "Add" button. +4. In the next new panel named "robot detail", click "Add" button. -1. In "Add Robot" panel, input a nickname for the robot and select a "message group" which the robot will join in. click "next". +5. In "Add Robot" panel, input a nickname for the robot and select a "message group" which the robot will join in. click "next". -1. There will be a Webhook URL in the panel, looks like this: https://oapi.dingtalk.com/robot/send?access_token=xxxxxxxxx. Copy this URL to the Grafana DingTalk setting page and then click "finish". - -DingTalk supports the following "message type": `text`, `link` and `markdown`. Only the `link` message type is supported. +6. There will be a Webhook URL in the panel, looks like this: https://oapi.dingtalk.com/robot/send?access_token=xxxxxxxxx. Copy this URL to the Grafana DingTalk setting page and then click "finish". ### Kafka