Pushcut: Run shortcuts from push notifications - now with schedules and location triggers!

thanks!

I am currently adding schedule and location-based triggers to the app and expect to have a version out early next week.

iBeacons will not be included in the first round - but from what I saw basic support for them would be REALLY simple to include.

I will order some on amazon to play around with them - chances are I might add iBeacon support very soon (if I do not stumble over something unexpectedly complicated)

1 Like

Version 1.4 just hit the app store. Pushcut now has baked in support for scheduled and location-based offline notifications.

I really do believe this opens up Pushcut to a much wider audience - thank you automators forum for pushing me in this direction : )

I hope to extend this feature in the following days and weeks by

  • adding iBeacon support (should be quick)
  • adding more conditions to local triggers (see below)
  • snoozing and offline scheduling via x-callback URLs

local trigger conditions:
I am thinking about stuff like “Every day 7.30 PM, but only when I am at home”, or “when I leave work, but only after 1 PM” or stuff like that). I have not seen this anywhere yet, but I know exactly how I can build it - should be fun ^^

5 Likes

Congrats on this release! Looks great!

A quick thought on next steps. I would be careful in advance of WWDC. Shortcuts is almost certainly going to be pushed further than its current state and I wouldn’t want your efforts to be Sherlocked.

Hard to be clairvoyant, of course, and I wouldn’t want to put the brakes on good momentum. Just something to consider!

2 Likes

thanks!

I can’t wait to see what WWDC will bring, not really worried though.
whatever is in store for us, I will do my best to add functionality and value around it ; )

2 Likes

Congrats from me too!
That makes it a lot easier – and it works flawlessly! Thank you for your work! Great app!

1 Like

I am excited now! Those conditional triggers, oh my…

Thanks!!

1 Like

conditional triggers and iBeacon support are in and ready to go.
anything missing?

2 Likes

So I tested the latest Pushcut at 35,000 feet - as I indicated I would.

A local trigger - invoked by a timer pop - worked fine.

However, it’s a royal pain in the neck to set up a timer pop just to test a Pushcut cut. You have to set it for 1 minute later and wait.

So, can we have a URL scheme to do it? Or else a “test me now” button?

Hi Martin, thanks for the feedback!

About the testing: There is a “Test Notification” button directly in the notification editor toolbar - is there a chance you did not see that one? Or are you talking about some other means of testing?

About the URL scheme: I might add that in the future, but with iOS 13 coming I want to get a good shortcuts integration done first - with “proper” shortcut actions.

1 Like

Thanks Simon. I’m embarrassed to say I hadn’t noticed that.

I was trying it from the Triggers screen - where I still think it would be useful to have the button. Maybe call it “Do it now” or “One time” or somesuch.

And I understand about the URL scheme: This is the season where developers sneak stuff out while they’re procrastinating on iOS 13 support. :slight_smile:

Here it is: iOS 13 comes with support for local scheduling through Shortcut actions:

I posted about it here:

1 Like

I am having difficulty with my iphone 6s and getting the list of pushcut actions to show up within ios shortcuts. On 13.1.1 now. I do not have this issue with my ipad on ipados 13. If you have any ideas for troubleshooting, that would be great. Overall I really like the app, but this has been slowing my ideas for further development, especially with my iphone being primary device.

Thanks!

I had to go into the ios settings for Pushcut>>Siri & Search>> enable the “learn from this app” which I think is what “enabled” them within shortcuts. Worked for a little while and then not again. :frowning: Not sure if this is a shortcut donation integration issue…

thanks for reporting this!

it seems the new shortcuts integrations are quite flakey still. I wish I knew what is going on, but as a third-party app you just “offer” you functions and hope that the Shortcuts app will call it nicely.

Though I could never reproduce these issues, I am right now working on a “local, plain-old-file cache based” implementation of the Shortcuts actions to reduce the possibility of any funky behavior. currently, they check with the backend server if any new data is available before showing the list.

I have noticed (during development with the beta versions though), that once Shortcuts “breaks” with the integration (whatever the reason for that) - it seems to never really re-launch it. you will need to force-kill and restart Shortcuts.

the “fix” should be out later this week, and I really hope it will fix any instabilities in this area.

sorry for the inconvenience, everyone

oh… now that I read you question again… I think I was talking about the wrong thing.

you are talking about the actual actions not showing up - I was talking about an issue where the Notifications/Shortcuts were not showing up in the list. sorry to add confusion here.

I was not aware of this, but it seems that this is a more common problem (with other apps as well). no idea yet, but I’ll google around…

Shortcuts: it was the best of times, it was the worst of times.

Sounds good, thanks, still a very new functionality for shortcuts in general, will continue to monitor :+1:t2:

Hope this is the right place to ask: Is there a way to (fire/trigger/make happen/acknowledge) an event from an Apple Watch? I’ve been playing around with Pushcut, and I have set it up to log the comings and goings from home and work [1]. After several days of trying to figure out why things weren’t working, I realized I did not have a Default action set up for each. That is now in place, but after several more days of testing I signed into Airtable (Pushcut -> Integromat -> Airtable) and I noticed that simply dismissing the event form the watch doesn’t cause it to perform the action. Is there a way to get it to do so? Or do I need to open my phone?

Thanks you

[1] Is there a way to do this that doesn’t require four individual notifications on Pushcut?

currently, actions (including default actions) cannot be executed from the Apple Watch.

however, I am happy to announce that the next version will come with Apple Watch support.

unfortunately, it will not be possible to run shortcuts or open URLs on the watch (simply is not doable on watchOS). however, it will support online actions and HomeKit requests directly from your wrist. Pushcut will also come with a new “run web URLs in the background” feature that will also work from you wrist (like IFTTT webhooks).

in terms of logging coming and going:
I believe Integromat comes with location monitoring built in - so for this case (if “fully automatic” is what you want), try setting it up without Pushcut in the middle.

one way of doing it with a Pushcut confirmation that does not require 4 separate notifications: you could use integromat location monitorin as trigger, have server-logic that evaluates if it is a “log-worthy” event, you can then send a Pushcut notification “Should I log this?”.

Include the details of the event as Input, and have one “Confirm with Integromat” action that will perform the actual log. I hope you can follow what I mean here.

@Greybeard @sliemeobn I’ve tested the “IFTTT Complication On The Watch” method and it works nicely - so long as you have a network connection.

(Currently it is bottom centre, between my rings and Overcast. The other complication I have is Drafts.)

In fact I’d say it’s a selling point for Pushcut - given you can’t run shortcuts on/from the watch directly.

Hi!

Have you considered adding some kind of auto snooze feature? Currently I just schedule through shortcuts 3 different notifications, adding 3 minutes to the notificaction time, but it would be great if this feature could be triggered directly from Pushcuts instead.

Good work by the way!