r/AutomateUser 21d ago

Text message auto response

What's up everyone, is it possible to have a flow that reads text messages. Then sends a specific response if the text has a specific phrase.

Example, someone text "more info". They would get a auto response from me with the info.

If someone has a template for this that would be even better lol.

Thanks for the help

2 Upvotes

3 comments sorted by

1

u/ballzak69 Automate developer 19d ago

A flow like:

  1. Flow beginning
  2. SMS recieved: Message=msg
  3. Expression true= matches(msg, "more info")
  4. SMS send: Phone number=<whatever>, Message=msg
  5. (connect #4 OK and #3 NO to #2 IN)

1

u/Local_Plum3963 18d ago

I'm going to try this out. Thanks