Add canvas-event-webhooks extension - #448
Open
mustafamehdiabbas wants to merge 2 commits into
Open
Conversation
This commit introduces the canvas-event-webhooks extension, which allows forwarding Canvas EHR events to up to three configurable webhook URLs. The implementation includes: - A new LICENSE file with MIT License terms. - A pyproject.toml file defining project metadata and dependencies. - A README.md file detailing the plugin's functionality, installation, and configuration. - A CANVAS_MANIFEST.json file specifying plugin metadata and event handlers. - Configuration and event handling logic in Python files, including support for HMAC-SHA256 signing and automatic retries. - An embedded HTML configuration UI for managing webhook settings. This extension aims to simplify the integration of Canvas events with external systems, providing a user-friendly interface for configuration and management.
Align README, manifest, and sandbox-safe handlers with Medical Software Foundation review rules, and keep the CLI webhook card usable after the first UI save.
mustafamehdiabbas
force-pushed
the
feat/canvas-sdk-event-webhooks
branch
from
September 4, 2026 10:59
a96f6f8 to
47d3884
Compare
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.
This commit introduces the canvas-event-webhooks extension, which allows forwarding Canvas EHR events to up to three configurable webhook URLs. The implementation includes:
This extension aims to simplify the integration of Canvas events with external systems, providing a user-friendly interface for configuration and management.