Link Search Menu Expand Document
Table of contents
  1. Flow - drsfor
    1. Description
    2. Variables
      1. Used
      2. Created
    3. Termination
    4. Flow
    5. Scripting
      1. Sample Code (AppleScript)
      2. URL

Flow - drsfor

Description

Search for a phrase in the Drafts Community forum (https://forum.getdrafts.com), by triggering an online search pre-populated with a search query.

Variables

Used

The following variables can be passed in and will be processed by the flow.

Variable Description
query The phrase to search the forum for.

Created

The following variables are set-up by the flow.

Variable Description
NotificationTitle The title to be shown in any completion notification.
NotificationMessage The message to be shown in any completion notification.

Termination

Flow

drsfor

Scripting

Sample Code (AppleScript)

tell application id "com.runningwithcrayons.Alfred"
	run trigger "drsfor" in workflow "com.thoughtasylum.doctordrafts" with argument "Doctor Drafts"
end tell

URL

alfred://runtrigger/com.thoughtasylum.doctordrafts/drsfor/?argument=Doctor%20Drafts