Search the Community
Showing results for tags 'message'.
-
I've been using this applescript for a while: set _message_ to "{query}" tell application "Messages" set _chats_ to get every text chat repeat with _chat_ in _chats_ try set _check_ to updated of _chat_ set _current_ to updated of _recent_ if _check_ > _current_ then set _recent_ to _chat_ end if on error set _recent_ to _chat_ end try end repeat send _message_ to _recent_ end tell But unfortunately with El Capitan it started sending messages to seemingly rando
- 4 replies
-
- applescript
- messages
-
(and 2 more)
Tagged with:
-
Text/Message on iMessage directly from Alfred
forgetfulfellow posted a topic in Share your Workflows
iMessage Workflow V3 My workflow has been easily surpassed by others, please use theirs ---------> http://www.alfredfor...red/?hl=unicall However, I'm updating this workflow to Alfred 3 for posterity's sake. Sorry for taking so long guys... Archive Change log: 2/12/2017 - Because of a specific error, I've updated this app. Alongside the minor bug, thanks to Amos Manneschmidt's workflow "Call or SMS contact", I learned how to use OSX's built in Contact app to feed out contacts. Furthermore, I updated this app to be compatible with- 95 replies
-
How do I set up a workflow to choose a specific contact in Contacts and send that person a message via the Messages app? (Akin to how Alfred allows a user to email a specific contact.) I started a new workflow that launches the Messages app, and I tried to add a Contact Action, but that doesn't exactly work: Contact Action comes before, rather than after, Messages -- and I want Messages to start first and enable a specific contact to be used as the input. I welcome advice and suggestions. Thanks!