generated from extratone/latte
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Send the current contents of the system clipboard to the provided telephone number via the Messages Mac app.
tell application "Messages"
set targetBuddy to "+15738234380"
set targetService to id of 1st account whose service type = iMessage
set textMessage to (the clipboard)
set theBuddy to participant targetBuddy of account id targetService
send textMessage to theBuddy
end tell
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation