Skip to content

Instantly share code, notes, and snippets.

@epramono
Created October 31, 2013 11:53
Show Gist options
  • Save epramono/7248471 to your computer and use it in GitHub Desktop.
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.
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