Skip to content

SMS Clipboard #3

@extratone

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

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