feat: Add WeChat Work (WeCom) provider#5561
Open
zekebawt wants to merge 3 commits intokeephq:mainfrom
Open
Conversation
- Add _get_incident_activities() to fetch work notes and comments - Add _add_incident_activity() to push activities to ServiceNow - Add sync_incident_activities() for bidirectional sync - Implements keephq#3379
- Extend ServiceNow provider to support BaseIncidentProvider - Add _get_incidents() and _format_incident() methods for incident sync - Add _get_auth_and_headers() helper for cleaner API requests - Implement bidirectional activity sync between ServiceNow and Keep - Add PROVIDER_METHODS for workflow integration - Map ServiceNow states/severity to Keep incident status/severity Closes keephq#3379
Implements webhook-based provider for WeChat Work (WeCom) group bots. This enables Keep users in Asia to send alerts to WeChat groups. Features: - Send text messages to WeChat Work group chats - Send markdown formatted messages - Support for @ALL and specific user mentions - Support for mobile number mentions Closes keephq#5443
|
@zekebawt is attempting to deploy a commit to the KeepHQ Team on Vercel. A member of the Team first needs to authorize it. |
Contributor
|
Target branch is not in the allowed branches list. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR implements a new provider for WeChat Work (WeCom) - the enterprise version of WeChat popular in Asia.
Problem
Users in Asia, especially in the Greater China region, rely heavily on WeChat groups for receiving critical alerts. While Keep already supports Slack, Teams, and Discord, adding native support for WeChat would significantly lower the barrier to adoption for teams in this region.
Solution
Implemented a webhook-based provider for WeChat Work Group Bots, similar to how Discord and Slack providers work.
Features
Usage
References
Checklist