Created
May 1, 2014 15:30
-
-
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.
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
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