Created
August 5, 2013 09:26
-
-
Save epramono/6154596 to your computer and use it in GitHub Desktop.
This action will create a reminder in Due to call someone in your Contacts using Launch Center Pro's dial URL. The recipient name will be stored by the reminder into the clipboard just in time for the call. You need to paste the clipboard content into the Launch Center Pro's dial search box to find the appropriate contact before making the call.…
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
| due://x-callback-url/add? | |
| title=Call%20[[title]]%20at%20[[body]]%0A | |
| {{drafts://x-callback-url/create? | |
| text=[[title]]& | |
| action=Copy%20to%20Clipboard& | |
| x-success=launchpro-dial%3A& | |
| afterSuccess=Delete}}& | |
| x-source=Drafts& | |
| x-success={{drafts://}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment