Get Notes / GetNotes (internally is.workflow.actions.evernote.get
)
This action is not yet complete. Some arguments may be missing.
This action requires that Shortcuts has permission to use WFEvernoteAccessResource.
description
summary
Get recent notes from Evernote, optionally filtering based on criteria.
usage
GetNotes titleSearch="string" undefined=NotImplemented inNotebook=("string" | variable)] WFEvernoteNotesCount=number
arguments
titleSearch: Text (Docs)
Placeholder: "optional"
Allows Variables: true
Accepts a string or text with the text. Does not allow newlines.
This parameter is not implemented yet.
The parameter type is WFEvernoteTagsTagFieldParameter. If you need to use this parameter, you may be able to use a raw value. Try converting a .shortcut to a .scpl containing the values you want in this parameter.
inNotebook: Evernote Notebook Picker (Docs)
Allows Variables: true
Accepts a string or variable containing the option. Check the shortcuts app for a list of available options.
WFEvernoteNotesCount: Stepper Number (Docs)
Default Value: 1
Allows Variables: true
Accepts a number
or variable
with a number.
source json (for developers)
{
"ActionClass": "WFEvernoteGetNotesAction",
"ActionKeywords": [
"search",
"tag"
],
"AppIdentifier": "com.evernote.iPhone.Evernote",
"Category": "Documents",
"Description": {
"DescriptionSummary": "Get recent notes from Evernote, optionally filtering based on criteria."
},
"Name": "Get Notes",
"Output": {
"Multiple": true,
"OutputName": "Notes",
"Types": [
"ENNoteRef"
]
},
"Parameters": [
{
"Class": "WFTextInputParameter",
"Description": "Text to look for in the title of notes.",
"Key": "WFEvernoteNotesTitleSearch",
"Label": "Title Search",
"Placeholder": "optional"
},
{
"Class": "WFEvernoteTagsTagFieldParameter",
"Description": "A list of tags with which to find matching notes. Wildcard characters (*) may be used.",
"Key": "WFEvernoteNotesTags",
"Label": "Tags",
"Placeholder": "optional"
},
{
"Class": "WFEvernoteNotebookPickerParameter",
"Description": "The notebook in which to look for notes (optional)",
"Key": "WFEvernoteNotesNotebookName",
"Label": "In Notebook"
},
{
"Class": "WFStepperParameter",
"DefaultValue": 1,
"Key": "WFEvernoteNotesCount",
"StepperDescription": "Number of Notes",
"StepperNoun": "Note",
"StepperPluralNoun": "Notes",
"StepperPrefix": "Get"
}
],
"RequiredResources": [
"WFEvernoteAccessResource"
]
}