Difference between revisions of "Trigger: SMS Received"

(Both examples : fixed typos and added content (RCS))
Tags: Mobile web edit Mobile edit
Line 5: 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.
 +
 +
Note that if this trigger does not work, it may be that your messaging app uses the 'RCS' protocol instead of actual SMS. These are not detectable directly by MacroDroid. An alternative is to use the notification received trigger.
 
</pre>
 
</pre>
  
Line 20: Line 22:
 
</pre><br>
 
</pre><br>
 
<pre style="background-color: green; color: white; border-radius: 10px; padding: 10px;">
 
<pre style="background-color: green; color: white; border-radius: 10px; padding: 10px;">
Constrains
+
Constraints
  
  

Revision as of 07:33, 17 May 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.

Note that if this trigger does not work, it may be that your messaging app uses the 'RCS' protocol instead of actual SMS. These are not detectable directly by MacroDroid. An alternative is to use the notification received trigger.

Example Usage
Automatically read sms from my contact group called "my family".

Triggers

SMS received (ANY) from My family


Actions

Speak text: [sms_name][sms_message]


Constraints



Local variables