Schedule s recurring text meage

How would I go about creating a macro to text someone using the MacOS Messages app the same message the same time every day?

You could try something like this.

Send Text to Person X.kmmacros (29 KB)

1 Like

The KM action for sending a text message action says:

⚠️ Warning: there have been cases where Messages sends the message to the wrong recipient. Do not send overly sensitive messages and verify delivery.

So perhaps it's more reliable to send messages by writing a KM macro that calls a macOS Shortcut which sends the message instead of KM. Here's what the KM side might look like:

And here's what the Shortcut side would look like: (change your message and recipient, of course)

2 Likes