Table of contents
Flow - drredirurl
Description
Receives a draft’s unique identifier, and then copies a URL to the clipboard that will load the draft into the editor in the Drafts app via the Drafts web site’s URL redirector.
Variables
Used
The following variables can be passed in and will be processed by the flow.
Variable | Description |
---|---|
query * | The unique identifier of a Draft. |
* These are mandatory for triggering this flow.
Created
The following variables are set-up by the flow.
Variable | Description |
---|---|
NotificationTitle | The title to be shown in any completion notification. |
NotificationMessage | The message to be shown in any completion notification. |
Termination
- External Trigger:
drcomplete
Flow
Notes
- The URL is of the format
https://redir.getdrafts.com/open?uuid={url}
. - No checks are made to see if the specified draft exists.