I want just to make request action by clicking on app widget. I know that in iOS by clicking on app widget app is opened anyway. Only deeplinking is working.
Question - maybe it's possible to open shortcut from widget using deeplinking this (below) or any different way?
widgetURL(URL(string: "shortcuts://run-shortcut?name=[name]&input=[input]))
Thanks for any help.