• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

SMS Autoreply timer

What I would like to do is have a minimum amount of time pass between the auto responses. For example if my wife or business partner texts me it reads the texts to me and sends the auto reply, but if either texts again or if the text is too large for a single text and gets broken up into multiple texts they get the auto response for every text. This is what I have so far:

Context:
Receive Text; type: any; Sender [contact name]
Tasks:
Wait: 2 seconds for notification to end
Say: Message from %SMSRN reads %SMSRB
Send SMS: %SMSRF
Wait: 500 ms
Say: Automatic driving reply has been sent to %SMSRN
 
Back
Top Bottom