[PR #2638] feat: add Wecom(企业微信) tool for sending message to chat group bot via webhook #23750

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

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

State: closed
Merged: Yes


Description

  • Support sending message to chat group bot via webhook
  • currently only text type of content is supported
    image

image

image

Received message in chat group:
image

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/2638 **State:** closed **Merged:** Yes --- # Description - Support sending message to chat group bot via webhook - currently only text type of content is supported ![image](https://github.com/langgenius/dify/assets/1935105/4b0f764e-53d2-47df-b3ca-ccc7cccd54de) ![image](https://github.com/langgenius/dify/assets/1935105/017d8418-f162-4ffe-b0a3-d8169f8c7803) ![image](https://github.com/langgenius/dify/assets/1935105/773ca743-3906-4a0e-aa4f-2eabb0a93687) Received message in chat group: ![image](https://github.com/langgenius/dify/assets/1935105/8efba3a3-b641-43b6-be13-69ce2e978dec) ## 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: - [ ] 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
yindo added the pull-request label 2026-02-21 20:21:41 -05:00
yindo closed this issue 2026-02-21 20:21:41 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#23750