Page 1 of 1

sms containing text

Posted: 11 May 2013 15:15
by bodyalive
After some tests i realize that sms contains text feature does not work with multiple words but only with a single word.
example: this is me ---> its not triggered
this ---> its triggered

Is there a way to trigger multiple words in sequence?

Re: sms containing text

Posted: 13 May 2013 08:12
by Martin
The SMS must contain the complete text (case insensitive, no wildcards).
You can also let the field contains text empty to trigger on all incoming SMS and add a condition Expression and a script to check the content with functions like indexOf(sms_text, "abc"), matches(sms_text, "xyz") (regular expression).