[PR #7852] feat(Tools): add discord incoming webhook for sending messages #25848

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

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

State: closed
Merged: Yes


Checklist:

Important

Please review the checklist below before submitting your pull request.

  • Please open an issue before creating a PR or link to an existing issue
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I ran dev/reformat(backend) and cd web && npx lint-staged(frontend) to appease the lint gods

Description

Fixes #7851

Discord is great for playing games and chilling with friends, or even building a worldwide community. Add new tool that can send messages to Discord by using incoming webhook.

Type of Change

  • 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
  • Improvement, including but not limited to code refactoring, performance optimization, and UI/UX improvement
  • Dependency upgrade

Testing Instructions

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. Self check like following:

  1. Create discord channel incoming webhook, and copy the webhook url
    image
    image

  2. Add discord tool in dify workflow
    image
    image

  3. Run dify workflow to send messages to discord channel
    image
    image
    image

**Original Pull Request:** https://github.com/langgenius/dify/pull/7852 **State:** closed **Merged:** Yes --- # Checklist: > [!IMPORTANT] > Please review the checklist below before submitting your pull request. - [x] Please open an issue before creating a PR or link to an existing issue - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas - [x] I ran `dev/reformat`(backend) and `cd web && npx lint-staged`(frontend) to appease the lint gods # Description Fixes #7851 Discord is great for playing games and chilling with friends, or even building a worldwide community. Add new tool that can send messages to Discord by using incoming webhook. ## Type of Change - [ ] 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) - [ ] Improvement, including but not limited to code refactoring, performance optimization, and UI/UX improvement - [ ] Dependency upgrade # Testing Instructions 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. Self check like following: 1. Create discord channel incoming webhook, and copy the webhook url <img width="1361" alt="image" src="https://github.com/user-attachments/assets/89a730d7-1b4d-4464-ab1e-f47bf23ca491"> <img width="1156" alt="image" src="https://github.com/user-attachments/assets/eb817429-7000-42d3-868f-ce2c6c18efc6"> 2. Add discord tool in dify workflow <img width="1891" alt="image" src="https://github.com/user-attachments/assets/804b8533-0fd5-4237-8461-e1b37506625c"> <img width="1896" alt="image" src="https://github.com/user-attachments/assets/9518a7aa-e580-44bb-9ead-6116c6ff91f1"> 3. Run dify workflow to send messages to discord channel <img width="1899" alt="image" src="https://github.com/user-attachments/assets/1ab6fb50-74a5-44c7-9654-2020a85ff7e4"> <img width="1889" alt="image" src="https://github.com/user-attachments/assets/b813f1af-4107-44b1-bc84-e947833061b6"> <img width="1861" alt="image" src="https://github.com/user-attachments/assets/7d151ad7-361d-47a3-9288-696dac655713">
yindo added the pull-request label 2026-02-21 20:27:36 -05:00
yindo closed this issue 2026-02-21 20:27:38 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#25848