Difference between revisions of "Trigger: SMS Received"
(Created page with "This trigger will be fired when an incoming sms is received. You can specify a particular contact that the incoming sms should come from, or alternatively you can specify tha...") |
m |
||
Line 1: | Line 1: | ||
+ | <pre style="background-color: #EEEEEE; color: Black; border-radius: 10px; padding: 10px;"> | ||
This trigger will be fired when an incoming sms is received. | This trigger will be fired when an incoming sms is received. | ||
Line 4: | Line 5: | ||
You can also compare the content of the incoming text so that the trigger is only activated when the text of the sms matches or contains the required text. | You can also compare the content of the incoming text so that the trigger is only activated when the text of the sms matches or contains the required text. | ||
+ | </pre> | ||
'''Example Usage'''<br/> | '''Example Usage'''<br/> | ||
− | + | Automatically read sms from my contact group called "my family". | |
+ | <pre style="background-color: #AC2424; color: white; border-radius: 10px; padding: 10px;"> | ||
+ | Triggers | ||
+ | |||
+ | SMS received (ANY) from My family | ||
+ | </pre><br> | ||
+ | <pre style="background-color: #1665B0; color: white; border-radius: 10px; padding: 10px;"> | ||
+ | Actions | ||
+ | |||
+ | Speak text "[sms_number][sms_message]" | ||
+ | </pre><br> | ||
+ | <pre style="background-color: green; color: white; border-radius: 10px; padding: 10px;"> | ||
+ | Constrains | ||
+ | |||
+ | |||
+ | </pre><br> | ||
+ | <pre style="background-color: teal; color: white; border-radius: 10px; padding: 10px;"> | ||
+ | Local variables | ||
+ | |||
+ | |||
+ | </pre><br> |
Revision as of 17:46, 29 April 2023
This trigger will be fired when an incoming sms is received. You can specify a particular contact that the incoming sms should come from, or alternatively you can specify that the message should come from Any Contact, a Non-Contact or Any Number. You can also compare the content of the incoming text so that the trigger is only activated when the text of the sms matches or contains the required text.
Example Usage
Automatically read sms from my contact group called "my family".
Triggers SMS received (ANY) from My family
Actions Speak text "[sms_number][sms_message]"
Constrains
Local variables