I've been playing around with the Shortcuts beta seeing just what can be accomplished using it and Pythonista.
So far very promising but I have ran into an issue trying to use Open X-Callback URL.
In my python script I'm using the callback
webbrowser.open('shortcuts://callback')
Everything appears to work fine at first. I run the shortcut it opens pythonista the script runs then opens shortcuts up on success. However I get the following error message.
Conversion Error
Open X-Callback URL failed because Shortcuts couldn't convert from Rich text to URL
Does anyone have any thoughts on what I'm doing wrong here or is this some kind of bug?