Skip to content

Instantly share code, notes, and snippets.

@epramono
Last active October 2, 2018 23:26
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save epramono/6174175 to your computer and use it in GitHub Desktop.
Save epramono/6174175 to your computer and use it in GitHub Desktop.
This action allows you to send an iMessage that embeds a custom URL scheme that would allow the recipient to add it as a new Reminder in Due, if she has Due installed and is willing to add the reminder. Simply create a new post in Drafts with the recipient's email address as the first line, and the reminder text that will be parsed by Due on the…
launchpro-messaging://x-callback-url/?
to=[[title]]&
body=[[body]]%0A%0A
{{due://x-callback-url/add?title=[[body]]}}
&x-success={{drafts://}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment