New folder

17 bookmarks
Custom sorting
Ultimate Drafts Actions Page
Ultimate Drafts Actions Page
DraftMost Drafts’ Shortcut actions return a Draft object, or in the case of query actions, arrays of Draft objects. Each of these objects contains the the following values about the draft:**Draft**: The primary identifier for the draft. This can be used in subsequent Shortcut actions to identify the draft.**UUID** *string*: The UUID of the draft.**Content** *string*: The full text of the draft.**Link** *string*: A permalink to the draft, using the drafts://open URL action.**Title** *string*: The first line of the draft.**Tags** *array of strings*: Tags assigned to the draft.**Flagged** *boolean*: Flagged status of the draft.**Folder**: Folder the draft is currently located in. Possible values: Inbox, Archive or Trash.**Syntax Definition**: Syntax highlighting mode assigned to the draft.**Creation Date** *date*: Timestamp of draft creation.**Creation Location** *location*: Location the draft was created.**Modification Date** *date*: Timestamp of draft’s last modification.**Modification Location** *location*: Location the draft was last modified.Workspace**Workspace**: The primary identifier for the workspace. This can be used in subsequent Shortcut actions to identify the workspace.**Name**: The name assigned to the workspace.⠀Action**Action**: The primary identifier for the action. This can be used in subsequent Shortcut actions to identify the action.**Name**: The name assigned to the action.
Ultimate Drafts Actions Page