You can make a difference in the Apple Support Community!

When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

auto response message with Shortcuts app

Hello,


I want for a specific SMS message, the Shortcuts app to send a custom SMS message back (auto response SMS).


I already create the shortcut to send the custom message. And it works. But what I don't know how to make something like this:


IF custom message received with text contain "back online" THEN reply "turn ON the power plug".


Thank you.


Dani.

Posted on Feb 12, 2019 3:44 PM

Reply
Question marked as Top-ranking reply

Posted on Feb 12, 2019 5:49 PM

I don’t think shortcuts can do that as it would be like an auto routine/process running in the background, constantly checking your messages for the specified string. If it can be done then there may be one of two ways (that I can think of)


one would be to run the custom response shortcut you created but adjust the following: 1: in the IF command you would need to add a repeat or repeat with each command, 2: repeat the run another shortcut command (which you need to create) that checks the messages for the identified filter text string. 3: add the wait for return command so the original shortcut waits to continue for the 2nd shortcut’s results. The shortcut would need to be created in such a way that it’s results are either a yes or no, and the if command will go off of that. If the result is yes (matches string) then continue to send the custom sms. If the result is no then the otherwise function will need to wait (set it to a decent time, maybe 1 minute) and then repeat the checking of the messages like above.


The other option would be to use another shortcut workflow service like iftt or Microsoft flows, that can continuously update a file with message details whenever a new message is received on your iCloud/Apple account, saving the file on your iCloud Drive. Then in the other shortcut you created for the custom sms, you can add a command that checks the worksheet file for the specified text string on repeat until the text is matched, then it will send your sms.

1 reply
Question marked as Top-ranking reply

Feb 12, 2019 5:49 PM in response to daniionescubv

I don’t think shortcuts can do that as it would be like an auto routine/process running in the background, constantly checking your messages for the specified string. If it can be done then there may be one of two ways (that I can think of)


one would be to run the custom response shortcut you created but adjust the following: 1: in the IF command you would need to add a repeat or repeat with each command, 2: repeat the run another shortcut command (which you need to create) that checks the messages for the identified filter text string. 3: add the wait for return command so the original shortcut waits to continue for the 2nd shortcut’s results. The shortcut would need to be created in such a way that it’s results are either a yes or no, and the if command will go off of that. If the result is yes (matches string) then continue to send the custom sms. If the result is no then the otherwise function will need to wait (set it to a decent time, maybe 1 minute) and then repeat the checking of the messages like above.


The other option would be to use another shortcut workflow service like iftt or Microsoft flows, that can continuously update a file with message details whenever a new message is received on your iCloud/Apple account, saving the file on your iCloud Drive. Then in the other shortcut you created for the custom sms, you can add a command that checks the worksheet file for the specified text string on repeat until the text is matched, then it will send your sms.

auto response message with Shortcuts app

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.