I’m trying to use a webhook to trigger a pushcut notification that will run an iOS shortcut. It does indeed run the shortcut, but nothing I’ve tried has been able to grab the data from the notification. The webhook is posting a very simple bit of json text, but the shortcut doesn’t see it. If I call the shortcut from the iOS notepad app with identical json it works fine. How should I structure the shortcut to receive the json text from the pushcut notification?
In case anyone else runs into this, I was passing “title” and “text” in the JSON, but not “input” which is what will be sent to an iOS shortcut.
1 Like