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)
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 ^^
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!
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 ; )
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.
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.
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.
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. Not sure if this is a shortcut donation integration issue…
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.
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.
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.
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.