Created
October 31, 2013 11:53
-
-
Save epramono/7248471 to your computer and use it in GitHub Desktop.
This action will process each line in your draft into multiple emails sent into your OmniFocus mail drop account. This action assumes you have a Mail Action called OmniFocus that sends the [[title]] to your OmniFocus Mail Drop account. Requires: Drafts 3.5.4.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
drafts://x-callback-url/create? | |
text=[[title]]& | |
action=OmniFocus& | |
allowEmpty=NO& | |
x-success= | |
{{drafts://x-callback-url/create? | |
text=[[body]]& | |
action=Add%20Tasks%20to%20OmniFocus& | |
allowEmpty=NO& | |
afterSuccess=Delete}}& | |
afterSuccess=Delete |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment