Skip to content

Instantly share code, notes, and snippets.

@epramono
Created May 1, 2014 15:30
Show Gist options
  • Save epramono/b8af2ed0fba82aa95d5d to your computer and use it in GitHub Desktop.
Save epramono/b8af2ed0fba82aa95d5d to your computer and use it in GitHub Desktop.
This custom Drafts action adds a new task to a list named "Delegated Task" and sends an email delegating it. It requires another custom Email Action called "Delegate Task". Requires: Drafts 3.0, Silo 1.1.
silo://x-callback-url/list/add_note?
title=Delegated%20Tasks&
text=%5B[[line|1]]%5D%3A[[line|3]]&
x-success=
{{drafts://x-callback-url/create?
text=[[draft]]&
action=Delegate%20Task&
x-success=mingle-message%3A%2F%2F}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment