Difference between revisions of "Trigger: Call Incoming"

m
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<pre style="background-color: #EEEEEE; color: Black; border-radius: 10px; padding: 10px;">
+
<span style="color: #B22A2A; font-size: 24px; display: inline-block; margin-top: 15px; margin-bottom: 0px;"><strong>About</strong></span>
 +
 
 
This trigger will be fired when an incoming call is received.
 
This trigger will be fired when an incoming call is received.
  
You can specify a particular contact that the incoming call should come from or, alternatively, you can specify that the call should come from any contact, a non-contact or any number.</pre>
+
* ''When this trigger is present, you can use more [...]'' ''[https://macrodroidforum.com/wiki/index.php/Magic_text#Call_.28Active.2C_Ended.2C_Incoming.2C_Missed.2C_Outgoing.29 magic text]''
<br>
+
 
'''Example Usage'''<br/>
+
==<p><b>Supported configurations</b></p>==
If an incoming call is from a NO contact it will be automatically rejected.
+
 
<pre style="background-color: #AC2424; color: white; border-radius: 10px; padding: 10px;">
+
=== Select Contact(s) ===
Triggers
+
 
 +
'''''Any Contact'''''
 +
Active call from any contact.
 +
 
 +
'''''Non Contact'''''
 +
Call of any No Contact.
 +
 
 +
'''''Unknown Caller'''''
 +
Call from an unknown contact.
 +
 
 +
=== Select Group(s) ===
 +
 
 +
These are contacts that are in one or more groups e.g. (My contacts, Family, Coworkers, Do not disturb friends).
  
Incoming call (NON contact)
+
=== Select Number ===
</pre><br>
 
<pre style="background-color: #1665B0; color: white; border-radius: 10px; padding: 10px;">
 
Actions
 
  
Call rejected
+
Please note that dialing USSD codes (e.g. **21.... ) on Android 14+ may need to be followed by a UI Interaction action to click the call button.
</pre><br>
+
You may need a Wait action before the click operation to ensure the call screen has finished displaying.
<pre style="background-color: green; color: white; border-radius: 10px; padding: 10px;">
 
Constraints
 
  
 +
=== Any Number ===
  
</pre><br>
+
Any number, no configuration required.

Latest revision as of 17:48, 23 April 2024

About

This trigger will be fired when an incoming call is received.

  • When this trigger is present, you can use more [...] magic text

Supported configurations

Select Contact(s)

Any Contact Active call from any contact.

Non Contact Call of any No Contact.

Unknown Caller Call from an unknown contact.

Select Group(s)

These are contacts that are in one or more groups e.g. (My contacts, Family, Coworkers, Do not disturb friends).

Select Number

Please note that dialing USSD codes (e.g. **21.... ) on Android 14+ may need to be followed by a UI Interaction action to click the call button. You may need a Wait action before the click operation to ensure the call screen has finished displaying.

Any Number

Any number, no configuration required.