Skip to content

Apps

App-specific integrations.

import Apps;

addTodoistItem

Adds a new item to Todoist.

addTodoistItem(WFTodoistContent: Text, WFTodoistProject: Text, WFTodoistDueDate: Text, WFTodoistReminder: Text, WFTodoistReminderType: Text, WFTodoistPriority: Text, WFTodoistNotes: Text, WFTodoistFile: Any) -> Text
ParameterTypeDefault
WFTodoistContentText
WFTodoistProjectText"Inbox"
WFTodoistDueDateText
WFTodoistReminderText
WFTodoistReminderTypeText"Email"
WFTodoistPriorityText"4"
WFTodoistNotesText
WFTodoistFileAny

Shortcuts action: is.workflow.actions.todoist.add

addToInstapaper

Adds the input to Instapaper.

addToInstapaper(WFInstapaperFolder: Text, WFInputURL: Text)
ParameterTypeDefault
WFInstapaperFolderText
WFInputURLText

Shortcuts action: is.workflow.actions.instapaper.add

addToPinboard

Adds the URL passed into the action to your Pinboard.

addToPinboard(WFPinTitle: Text, WFPinTags: Text, WFPinPublic: Boolean, WFPinUnread: Boolean, WFPinDescription: Text, WFPinboardURL: Text)
ParameterTypeDefault
WFPinTitleText
WFPinTagsText
WFPinPublicBooleantrue
WFPinUnreadBooleantrue
WFPinDescriptionText
WFPinboardURLText

Shortcuts action: is.workflow.actions.pinboard.add

addToPocket

Adds the input to Pocket.

addToPocket(WFPocketTags: Text, WFInputURL: Text)
ParameterTypeDefault
WFPocketTagsText
WFInputURLText

Shortcuts action: is.workflow.actions.pocket.add

addTrelloCard

Creates a new card on the specified list and board in your Trello account.

addTrelloCard(WFTrelloName: Text, WFTrelloBoard: Text, WFTrelloList: Text, WFTrelloDueDate: Text, WFTrelloCardPosition: Text, WFTrelloAttachments: Any, WFTrelloDescription: Text) -> Any
ParameterTypeDefault
WFTrelloNameText
WFTrelloBoardText
WFTrelloListText
WFTrelloDueDateText
WFTrelloCardPositionText"Top"
WFTrelloAttachmentsAny
WFTrelloDescriptionText

Shortcuts action: is.workflow.actions.trello.add.card

appendToDropboxTextFile

Adds the text passed as input to the end of the specified file.

appendToDropboxTextFile(WFFilePath: Text, WFAppendFileWriteMode: Text, WFAppendOnNewLine: Boolean, WFInput: Text) -> Any
ParameterTypeDefault
WFFilePathText
WFAppendFileWriteModeText"Append"
WFAppendOnNewLineBooleantrue
WFInputText

If no file exists yet at the specified path, a new file will be created. Make sure to include a file extension (usually .txt) at the end of your path.

Shortcuts action: is.workflow.actions.dropbox.appendfile

appendToEvernote

Finds a note using the specified criteria and appends the input to the note.

appendToEvernote(WFInput: Any, WFEvernoteNotesTitleSearch: Text, WFEvernoteWriteMode: Text, WFEvernoteNotesNotebookName: Text) -> Any
ParameterTypeDefault
WFInputAny
WFEvernoteNotesTitleSearchText
WFEvernoteWriteModeText"Append"
WFEvernoteNotesNotebookNameText

Shortcuts action: is.workflow.actions.evernote.append

createDropboxFolder

Makes a new Dropbox folder.

createDropboxFolder(WFFilePath: Text)
ParameterTypeDefault
WFFilePathText

Shortcuts action: is.workflow.actions.dropbox.createfolder

createNewNote

Saves the input as a note in Evernote.

createNewNote(WFEvernoteNoteTitle: Text, WFEvernoteNotebook: Text, WFEvernoteTags: List<Text>, WFInput: Any) -> Any
ParameterTypeDefault
WFEvernoteNoteTitleText
WFEvernoteNotebookText
WFEvernoteTagsList<Text>
WFInputAny

Shortcuts action: is.workflow.actions.evernote.new

createTrelloBoard

Creates a new board in your Trello account.

createTrelloBoard(WFTrelloName: Text, WFTrelloDescription: Text) -> Any
ParameterTypeDefault
WFTrelloNameText
WFTrelloDescriptionText

Shortcuts action: is.workflow.actions.trello.add.board

createTrelloList

Creates a new list on the specified board in your Trello account.

createTrelloList(WFTrelloName: Text, WFTrelloBoard: Text, WFTrelloPosition: Text) -> Any
ParameterTypeDefault
WFTrelloNameText
WFTrelloBoardText
WFTrelloPositionText"Top"

Shortcuts action: is.workflow.actions.trello.add.list

deleteNotes

Deletes the notes passed as input from Evernote.

deleteNotes(WFInput: Any)
ParameterTypeDefault
WFInputAny

Shortcuts action: is.workflow.actions.evernote.delete

getDetailsOfTrelloItem

getDetailsOfTrelloItem()

Shortcuts action: is.workflow.actions.properties.trello

getDetailsOfUlyssesSheet

getDetailsOfUlyssesSheet()

Shortcuts action: is.workflow.actions.properties.ulysses.sheet

getDropboxFile

Gets files from Dropbox. Turn off “Show Document Picker” to specify a path to retrieve.

getDropboxFile(WFShowFilePicker: Boolean, SelectMultiple: Boolean, WFGetFilePath: Text, WFGetFileInitialDirectoryPath: Text, WFFileErrorIfNotFound: Boolean) -> Any
ParameterTypeDefault
WFShowFilePickerBooleantrue
SelectMultipleBooleanfalse
WFGetFilePathText
WFGetFileInitialDirectoryPathText
WFFileErrorIfNotFoundBooleantrue

Shortcuts action: is.workflow.actions.dropbox.open

getInstapaperBookmarks

Gets the contents of a folder in Instapaper. Requires Instapaper Premium.

getInstapaperBookmarks(WFInstapaperFolder: Text, WFBookmarkCount: Number) -> Text
ParameterTypeDefault
WFInstapaperFolderText
WFBookmarkCountNumber5

Shortcuts action: is.workflow.actions.instapaper.get

getItemsFromPocket

Returns items in your Pocket account.

getItemsFromPocket(WFPocketItemCount: Number, WFPocketItemState: Text, WFPocketItemSearchTerm: Text, WFPocketItemSearchTags: Text) -> Text
ParameterTypeDefault
WFPocketItemCountNumber
WFPocketItemStateText"All"
WFPocketItemSearchTermText
WFPocketItemSearchTagsText

Shortcuts action: is.workflow.actions.pocket.get

Gets a link to the Evernote note passed into the action, which can be shared.

getNoteLink(WFEvernoteShareInAppLink: Boolean, WFInput: Any) -> Text
ParameterTypeDefault
WFEvernoteShareInAppLinkBooleanfalse
WFInputAny

Shortcuts action: is.workflow.actions.evernote.getlink

getNotes

Gets recent notes from Evernote, optionally filtering based on criteria.

getNotes(WFEvernoteNotesTitleSearch: Text, WFEvernoteNotesTags: List<Text>, WFEvernoteNotesNotebookName: Text, WFEvernoteNotesCount: Number) -> Any
ParameterTypeDefault
WFEvernoteNotesTitleSearchText
WFEvernoteNotesTagsList<Text>
WFEvernoteNotesNotebookNameText
WFEvernoteNotesCountNumber1

Shortcuts action: is.workflow.actions.evernote.get

getPinboardBookmarks

Gets bookmarks in your Pinboard account.

getPinboardBookmarks(WFPinTags: Text, WFBookmarkCount: Number) -> Text
ParameterTypeDefault
WFPinTagsText
WFBookmarkCountNumber5

Shortcuts action: is.workflow.actions.pinboard.get

getTrelloItems

Gets cards, lists, or boards in your Trello account.

getTrelloItems(WFTrelloItemType: Text, WFTrelloBoard: Text, WFTrelloList: Text) -> Any
ParameterTypeDefault
WFTrelloItemTypeText"Boards"
WFTrelloBoardText
WFTrelloListText

Shortcuts action: is.workflow.actions.trello.get

importToLightroom

Imports the photos passed as input into Lightroom.

importToLightroom(applyPreset: Boolean, presetGroup: Text, preset: Text, WFInput: Any)
ParameterTypeDefault
applyPresetBooleanfalse
presetGroupText"Color"
presetText
WFInputAny

Shortcuts action: is.workflow.actions.lightroom.import

launchapplicationintent

launchapplicationintent()

Shortcuts action: com.apple.TVRemoteUIService.LaunchApplicationIntent

launchremoteintent

launchremoteintent()

Shortcuts action: com.apple.TVRemoteUIService.LaunchRemoteIntent

openInBlindsquare

Opens BlindSquare showing information about the place passed as input, so you can save it as a favorite, start tracking it, or start simulation mode.

openInBlindsquare(WFBlindSquareSimulation: Boolean, WFInput: Text)
ParameterTypeDefault
WFBlindSquareSimulationBooleanfalse
WFInputText

Shortcuts action: is.workflow.actions.showinblindsquare

openInGoodreader

Opens a file in GoodReader.

openInGoodreader(WFInput: Any)
ParameterTypeDefault
WFInputAny

Shortcuts action: is.workflow.actions.goodreader.open

pausecontentintent

pausecontentintent()

Shortcuts action: com.apple.TVRemoteUIService.PauseContentIntent

postToSlack

Posts the input to the specified Slack channel.

postToSlack(WFAccount: Text, SlackChannel: Text, WFSlackInput: Any)
ParameterTypeDefault
WFAccountText
SlackChannelText
WFSlackInputAny

Shortcuts action: is.workflow.actions.slack.send

postToTumblr

Posts the content passed into the action to Tumblr.

postToTumblr(WFInput: Any, WFComposeInApp: Boolean, WFBlogName: Text, WFPostType: Text, WFPostState: Text, WFPostTitle: Text, WFPostSource: Text, WFPostCaption: Text, WFPostTags: Text, WFPostDescription: Text) -> Text
ParameterTypeDefault
WFInputAny
WFComposeInAppBoolean
WFBlogNameText
WFPostTypeText
WFPostStateText"Post Now"
WFPostTitleText
WFPostSourceText
WFPostCaptionText
WFPostTagsText
WFPostDescriptionText

Shortcuts action: is.workflow.actions.tumblr.post

postToWordpress

Posts the input to a WordPress blog as a new post or page.

postToWordpress(WFAccount: Text, Blog: Text, Title: Text, Type: Text, Format: Text, Status: Text, Categories: Text, Tags: Text, Advanced: Any, AllowComments: Boolean, Slug: Text, Excerpt: Text, Date: Text, Template: Text, ThumbnailImage: Any, ShowCustomFields: Any, CustomFields: Dictionary, WFInput: Any) -> Text
ParameterTypeDefault
WFAccountText
BlogText
TitleText
TypeText
FormatText
StatusText
CategoriesText
TagsText
AdvancedAny
AllowCommentsBoolean
SlugText
ExcerptText
DateText
TemplateText
ThumbnailImageAny
ShowCustomFieldsAny
CustomFieldsDictionary
WFInputAny

Shortcuts action: is.workflow.actions.wordpress.post

reduceloudsoundsintent

reduceloudsoundsintent()

Shortcuts action: com.apple.TVRemoteUIService.ReduceLoudSoundsIntent

requestPayment

Requests a payment from the specified people using a payment app on your device.

requestPayment(IntentAppDefinition: Text, WFVenmoActionRecipients: Text, WFVenmoActionAmount: Number, WFVenmoActionAppSwitch: Boolean, ShowWhenRun: Boolean, WFVenmoActionNote: Text)
ParameterTypeDefault
IntentAppDefinitionText[object Object]
WFVenmoActionRecipientsText
WFVenmoActionAmountNumber
WFVenmoActionAppSwitchBooleanfalse
ShowWhenRunBooleantrue
WFVenmoActionNoteText

Shortcuts action: is.workflow.actions.venmo.request

saveDropboxFile

Save files to Dropbox. Turn off “Ask Where to Save” in order to specify a destination path.

saveDropboxFile(WFAskWhereToSave: Boolean, WFFileDestinationPath: Text, WFSaveFileOverwrite: Boolean, WFInput: Any) -> Any
ParameterTypeDefault
WFAskWhereToSaveBooleantrue
WFFileDestinationPathText
WFSaveFileOverwriteBoolean
WFInputAny

Shortcuts action: is.workflow.actions.dropbox.savefile

saveWithTransmit

saveWithTransmit(TransmitSaveTo: Text, TransmitFavoriteName: Text, TransmitPath: Text)
ParameterTypeDefault
TransmitSaveToText"Remote"
TransmitFavoriteNameText
TransmitPathText

Shortcuts action: com.panic.iOS.Transmit.Share

sendPayment

Sends a payment to the specified people using a payment app on your device.

sendPayment(IntentAppDefinition: Text, WFVenmoActionRecipients: Text, WFVenmoActionAmount: Number, WFVenmoActionAppSwitch: Boolean, WFVenmoActionNote: Text)
ParameterTypeDefault
IntentAppDefinitionText[object Object]
WFVenmoActionRecipientsText
WFVenmoActionAmountNumber
WFVenmoActionAppSwitchBooleanfalse
WFVenmoActionNoteText

Shortcuts action: is.workflow.actions.venmo.pay

skipcontentintent

skipcontentintent()

Shortcuts action: com.apple.TVRemoteUIService.SkipContentIntent

sleepappletvintent

sleepappletvintent()

Shortcuts action: com.apple.TVRemoteUIService.SleepAppleTVIntent

switchuseraccountintent

switchuseraccountintent()

Shortcuts action: com.apple.TVRemoteUIService.SwitchUserAccountIntent

togglecaptionsintent

togglecaptionsintent()

Shortcuts action: com.apple.TVRemoteUIService.ToggleCaptionsIntent

togglesystemappearanceintent

togglesystemappearanceintent()

Shortcuts action: com.apple.TVRemoteUIService.ToggleSystemAppearanceIntent

uploadToCloudapp

Uploads the input to CloudApp and returns the CloudApp URL.

uploadToCloudapp(WFCloudAppPrivacyType: Text, WFInput: Any) -> Text
ParameterTypeDefault
WFCloudAppPrivacyTypeText"Private"
WFInputAny

Shortcuts action: is.workflow.actions.cloudapp.upload

wakeappletvintent

wakeappletvintent()

Shortcuts action: com.apple.TVRemoteUIService.WakeAppleTVIntent