sms containing text

Post your questions and help other users.

Moderator: Martin

Post Reply
User avatar
bodyalive
Posts: 32
Joined: 07 Apr 2013 13:21

sms containing text

Post by bodyalive » 11 May 2013 15:15

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?

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: sms containing text

Post by Martin » 13 May 2013 08:12

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).

Post Reply