Skip to content

SMS Clipboard #3

Description

@extratone

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentation

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions