# DingTalk

### 如何设置 DingTalk？

1. 登录 DingTalk 获取 Secret 以及 Webhook URL。
2. 在 ChainBot 平台配置相关信息。

<figure><img src="/files/dItoPMJ4WeTq76vs52Cu" alt=""><figcaption></figcaption></figure>

#### 如何获取 DingTalk 的 Secret 以及 Webhook URL？

[详细请参照 DingTalk 的官方文档。](https://open.dingtalk.com/document/robots/custom-robot-access)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.chainbot.io/zh/basic-usage/notify-channels/dingtalk.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
