Add Note or URL to Reminder

I am using Scriptable to create a reminder. Does anyone know how to add a note and url to the created reminder? Is this even possible?

There is a note attribute on the reminder object. The creation of a URL is something that, as far as I know, isn’t exposed through any API that third party developers can then make use of.

FWIW I was able to set a Reminder url with AppleScript until Big Sur, but no longer.

Thanks for the feedback. Yes, it seems the only way is for Scriptable, Pythonista, or Pyto to send the data to a shortcut which in turn creates the reminder with a url.

So, in the end, the easiest way to accomplish this is to create a shortcut that does everything.

For my purposes, a url in the note, which is easy enough, is sufficient since I am using GoodTask which makes that url clickable. I was looking for complete compatibility with reminders which seemingly requires the link to be in the url field to be clickable.