Added basic support for ntfy Actions#1436
Merged
caronc merged 4 commits intocaronc:masterfrom Nov 3, 2025
Merged
Conversation
…URL Encoded values for separators (%2C for , and %2B for ;
caronc
requested changes
Nov 1, 2025
Owner
caronc
left a comment
There was a problem hiding this comment.
Just some a couple of comments (basically change the variable of actions when stored in the class to __actions for alignment only. 1 handling of an if block too. Otherwise eveyrthing else looks great. I'll gladly merge it when fixed up
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1436 +/- ##
=======================================
Coverage 99.65% 99.65%
=======================================
Files 174 174
Lines 22554 22561 +7
Branches 3587 3590 +3
=======================================
+ Hits 22476 22483 +7
Misses 70 70
Partials 8 8
🚀 New features to boost your workflow:
|
Contributor
Author
|
Renamed actions in __actions, should be good now |
caronc
reviewed
Nov 2, 2025
caronc
approved these changes
Nov 2, 2025
Owner
|
LGTM... merged; Thank you 🚀 |
Contributor
Author
|
Thanks to you! Really a great project! 💪 |
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.
Description:
Added basic support for ntfy action buttons
It works by accepting as extra parameters a urlencoded list (, = %2C and ; = %2B).
Didn't find so far a better way to handle this list of list with separators conflicting with apprise URLs separators
✅ Apprise Support
Syntax
Valid syntax is as follows:
ntfy://ntfy.selfhostedexample.com/mytopic?actions=view%2CGoogle%2Chttps://www.google.com%3Bview%2CBing%2Chttps://www.bing.com🔐 Parameter Breakdown
📦 Examples
Sends a simple example
Checklist
tox -e lintand eventox -e formatto autofix what it can)tox -e minimal)only fails this one, but it's not related to this pull request