dingtalk_chat_send_by_webhook
Send a DingTalk group chat message via a custom bot webhook token. Set a title, text, and optionally mention all users or specific users by userId.
Instructions
通过自定义机器人 Webhook token 向群聊发送消息
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | 消息内容(必填) | |
| title | Yes | 消息标题(必填) | |
| token | Yes | Webhook token(access_token 的值,必填) | |
| at_all | No | 是否 @所有人 | |
| at_users | No | 按 userId @ 指定人,逗号分隔 |