mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #1667] Expand the functionality of actions #1164
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#1164
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sadiv on GitHub (Mar 20, 2026).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1667
Thanks to the developers for a cool app!
There are ideas for expanding the functionality of actions, which is currently sorely lacking for complex automations.
💡 limit on the number of button actions
Please remove the limit on the number of button actions in messages. Or increase it, for example, to 10.
💡 grouping of actions
Ideally, it would be possible to describe action groups - the first thing that comes to mind is an array of arrays of JSON. If in headers, you can combine buttons into a line using symbols, like here (...); (... ; ...), (... ; ... ; ...) - three lines of buttons.
💡 icons for actions
And it would be incredibly cool to be able to add icons for each action.
💻 Server, Android app, iOS app, web app
@binwiederhier commented on GitHub (Mar 20, 2026):
The number of buttons is an Android limitation. Nothing I can do about it. It's 3.
@sadiv commented on GitHub (Mar 21, 2026):
If you don't mind, could you explain what this limitation is in Android? I only know of a three-button limitation in "Actionable Notifications". But I mean actions in messages within the application interface, where it seems there are no other limitations except our imagination )))