Payload not coming through input on automation server

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.

In the Shortcut, tap where it says Input in the first action and select Shortcut Input. At the moment there is nothing being passed to the action and on in to the Shortcut.

Hope this helps.

2 Likes

That fixed it thank you

1 Like