[PR #2693] feat: add DingTalk(钉钉) tool for sending message to chat group bot via webhook #23786

Closed
opened 2026-02-21 20:21:45 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langgenius/dify/pull/2693

State: closed
Merged: Yes


Description

  • prepare the group bot in DingTalk group and getting the access_token from webhook URL and the secret key in security setting.
    image

  • config dingtalk tool in app
    Pasted Graphic 2

Pasted Graphic

  • result with calling dingtalk_group_bot
    Pasted Graphic 1

Type of Change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update, included: Dify Document

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • TODO

Suggested Checklist:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • I ran dev/reformat(backend) and cd web && npx lint-staged(frontend) to appease the lint gods
  • optional I have made corresponding changes to the documentation
  • optional I have added tests that prove my fix is effective or that my feature works
  • optional New and existing unit tests pass locally with my changes
**Original Pull Request:** https://github.com/langgenius/dify/pull/2693 **State:** closed **Merged:** Yes --- # Description - prepare the group bot in DingTalk group and getting the access_token from webhook URL and the secret key in security setting. <img width="1079" alt="image" src="https://github.com/langgenius/dify/assets/1935105/0d4e8309-18b9-4f01-bfc0-878df4c18761"> - config dingtalk tool in app ![Pasted Graphic 2](https://github.com/langgenius/dify/assets/1935105/8222290e-28aa-4e69-a4a9-e5cd0bffc91e) ![Pasted Graphic](https://github.com/langgenius/dify/assets/1935105/4275329a-f8ba-4216-a45a-2ebd1f0c1ed3) - result with calling dingtalk_group_bot ![Pasted Graphic 1](https://github.com/langgenius/dify/assets/1935105/b298fbc8-44bc-4c75-bf6d-f1b6135e69a4) ## Type of Change Please delete options that are not relevant. - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update, included: [Dify Document](https://github.com/langgenius/dify-docs) # How Has This Been Tested? Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration - [ ] TODO # Suggested Checklist: - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas - [ ] My changes generate no new warnings - [ ] I ran `dev/reformat`(backend) and `cd web && npx lint-staged`(frontend) to appease the lint gods - [ ] `optional` I have made corresponding changes to the documentation - [ ] `optional` I have added tests that prove my fix is effective or that my feature works - [ ] `optional` New and existing unit tests pass locally with my changes
yindo added the pull-request label 2026-02-21 20:21:45 -05:00
yindo closed this issue 2026-02-21 20:21:45 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#23786