I am using postman to send my payload to PushCut, then PushCut is calling a simple Shortcut.
That Short cut has Get Directory Input and and then a write to notes app for debugging purposes.
I’ve also, tried show results. But I can’t figure out how to get the input to ShortCuts.
Using this URL.
/execute
Auth is working fine as the logs in PushCut show.
Few JSON I have tried
{
“shortcut”: “ShowResult”,
“input”: {“text1”: “some text”, “text2”: “some other”}
}
{
“shortcut”: “ShowResult”,
“input”: {“text1”: “some text”, “text2”: “some other”}
}
tried to send the input as query params and that didn’t work either.
here’s the ShortCut I’m running
I can see it switch over to ShortCuts from server I just don’t see any payload logging anywhere.
Thanks for the help in advance.


