Gladys URL Callback Scheme
Gladys is a shelf app for iOS and macOS. Find out more about it here.
Pasting Items from the clipboard
gladys://x-callback-url/paste-clipboard?...
Parameters are all optional. All values must be properly url-encoded.
title: A title to use to override the name of the item being pasted.
labels: A comma-separated list of labels that will be added to the item that is being pasted.
note: Text to add as a note for the item being pasted.
Example
gladys://x-callback-url/paste-clipboard
?title=Override%20The%20Title
&labels=Pasted%20Items,New%20Items
¬e=Some%20Notes
Creating a new text or URL item
(From v1.1.16)
gladys://x-callback-url/create-item?...
You must specify either 'text' or 'url'. The other parameters are optional. All values must be properly url-encoded.
text: Create an item with this text
url: Create an item with this URL
title: A title to use for the item being created.
labels: A comma-separated list of labels that will be added to the item that is being created.
note: Text to add as a note for the item being created.
Examples
gladys://x-callback-url/create-item
?text=Hi%20There
&title=Greeting
&labels=Created%20Items,New%20Items
¬e=Some%20Notes
gladys://x-callback-url/create-item
?url=http://bru.build
&title=The%20Gladys%20Guy
&labels=Developer,iOS,macOS,Embedded
¬e=Some%20Notes
More Info
For more details on the x-url-callback scheme and how it works, please visit the page of the spec. Gladys supports the x-success and x-error parameters from the spec.