Send google voice text message with appointment reminder

I created a simple action with a prompt and date template. This is used to send a client a text message (through google voice) the day before their appointment. I would like to add a script to place this information directly on the clipboard, instead of copying it from a newly created draft. I have tried to manipulate the script shared in this post, to no avail: Action generates date, copy to clipboard & delete

My action is here: Appt Confirmation | Drafts Directory

Any assistance is appreciated!

You can add a “Clipboard” action step, and use the same template as your using for your “Create Draft” step, and that should be the result you want.

You can remove the “Create Draft” step, also, unless you really want to have a draft created for a record of the item, you can just put it in the clipboard.

2 Likes

Thank you! I had originally tried to have three action steps: Prompt / Create Draft / Clipboard. Within the clipboard step, I had simply placed [[draft]], thinking that would come from the Create Draft step.

I understand how to use templates and multiple steps within actions better now. Thanks again.

1 Like