[PR #7583] Feat: add OneBot protocol tool #25756

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

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

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

OneBot is a protocol in IM bot ecology, and be widely used in many protocol ends or applications. With this tool, workflow can send message to IM such as QQ, WeChat, Telegram.

Fixes

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

Deploy a protocol end (can be found in the ecology page) , enable http port, and fill the ob11_http_url in tool credentials, then use it in flow.

Sending Text to Person

94065dd41b8a78375cd864015933fd41

image

Sending Image to Group

8a879c0058beb2e690737c17425ca3bd
image

**Original Pull Request:** https://github.com/langgenius/dify/pull/7583 **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 OneBot is a protocol in IM bot ecology, and be widely used in many protocol ends or applications. With this tool, workflow can send message to IM such as QQ, WeChat, Telegram. - Intro: [OneBot v11](https://github.com/botuniverse/onebot-11) - Ecology: [ecosystem](https://onebot.dev/ecosystem) Fixes ## 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 Deploy a protocol end (can be found in the ecology page) , enable http port, and fill the `ob11_http_url` in tool credentials, then use it in flow. ## Sending Text to Person ![94065dd41b8a78375cd864015933fd41](https://github.com/user-attachments/assets/e42a467b-7a7a-40af-a73d-911b26092f24) <img width="182" alt="image" src="https://github.com/user-attachments/assets/3f11b8c0-8476-4644-99c9-35aa17aad069"> ## Sending Image to Group ![8a879c0058beb2e690737c17425ca3bd](https://github.com/user-attachments/assets/3fd11189-2b4f-4113-b6fa-c5b4af25442a) <img width="416" alt="image" src="https://github.com/user-attachments/assets/d6d178ab-0dca-4451-8822-42aa78207744">
yindo added the pull-request label 2026-02-21 20:25:37 -05:00
yindo closed this issue 2026-02-21 20:25:37 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#25756