Last active
December 25, 2015 04:48
-
-
Save epramono/6919639 to your computer and use it in GitHub Desktop.
Use Launch Center Pro as a user input facade for a more complex action in Drafts: creating a reminder to send an email to someone with a predefined subject and body. Requires: Drafts 3.5, Due 1.8, and Launch Center Pro 2.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
drafts://x-callback-url/create? | |
text=[prompt:Recipient's Email Address]%0A | |
[prompt:Email Subject]%0A | |
[prompt:Date/Time of the Reminder]%0A | |
[prompt-return:Email Body]& | |
action=Mail%20Later& | |
afterSuccess=Delete |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment