[GH-ISSUE #823] Tasker Integration #578

Open
opened 2026-05-07 00:25:35 +02:00 by BreizhHardware · 0 comments

Originally created by @mrherman on GitHub (Jul 22, 2023).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/823

💡 Idea

Right now, to integrate with tasker (on getting a ntfy) you need to listen to intents; however, this gets triggered on all incoming ntfy messages. I think most users run a task ( a Tasker profile) on a given topic, so we have to filter on that topic in a task. This is doable but not ideal. It forces Tasker's tasks to determine if they should run (not the profile) and Tasker has to start up all ntfy tasks which slows down execution (granted, this is minimal for most users with just a few ntfy tasks).

It is possible to have an android app plugin to Tasker (https://tasker.joaoapps.com/plugins-intro.html). Mqtt Client does this (https://play.google.com/store/apps/details?id=in.dc297.mqttclpro&hl=en_US&gl=US). I propose a Tasker plugin be incorporated in to the main Ntfy Android App. This plugin would allow you to create a Tasker profile that would allow the user to select a specific Ntfy topic that a user is subscribed to as the trigger.

In addition, instead of using intents or url to send a ntfy from Tasker, the plugin could allow sending ntfy messages as an action.

💻 Target components

Android App

Originally created by @mrherman on GitHub (Jul 22, 2023). Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/823 :bulb: **Idea** <!-- Share your thoughts; try to be detailed if you can --> Right now, to integrate with tasker (on getting a ntfy) you need to listen to intents; however, this gets triggered on all incoming ntfy messages. I think most users run a task ( a Tasker profile) on a given topic, so we have to filter on that topic in a task. This is doable but not ideal. It forces Tasker's tasks to determine if they should run (not the profile) and Tasker has to start up all ntfy tasks which slows down execution (granted, this is minimal for most users with just a few ntfy tasks). It is possible to have an android app plugin to Tasker (https://tasker.joaoapps.com/plugins-intro.html). Mqtt Client does this (https://play.google.com/store/apps/details?id=in.dc297.mqttclpro&hl=en_US&gl=US). I propose a Tasker plugin be incorporated in to the main Ntfy Android App. This plugin would allow you to create a Tasker profile that would allow the user to select a specific Ntfy topic that a user is subscribed to as the trigger. In addition, instead of using intents or url to send a ntfy from Tasker, the plugin could allow sending ntfy messages as an action. :computer: **Target components** <!-- Where should this feature/enhancement be added? --> <!-- e.g. ntfy server, Android app, iOS app, web app --> Android App
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ntfy#578
No description provided.