Difference between revisions of "Action: Notification Reply"

(Created page with "== About == <pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;"> This action allows you to send an automated reply to a notification wh...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
== About ==
 
== About ==
 
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
This action allows you to send an automated reply to a notification where that notification has support for direct replies within the notification.
+
This feature lets you send automated replies to notifications directly from your screen, without opening the app.
Ac
+
It works with popular apps like WhatsApp and Telegram, and may even surprise you with other apps that support in-notification replies.
This action works with WhatsApp and Telegram and *may* function with notifications from other applications that support in notification replies.
 
 
</pre><br>
 
</pre><br>
  
Line 48: Line 47:
 
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 
  This is the text that macrodroid is going to respond to the notification.
 
  This is the text that macrodroid is going to respond to the notification.
</pre><br>
 
 
==<p><b>Example</b></p>==
 
 
''''' When you receive a message that contains the word 'Schedule' it will automatically respond the information of the schedule of my business. '''''
 
 
<pre style="background-color: #AC2424; color: white; border-radius: 10px; padding: 10px;">
 
Triggers
 
 
Notification received
 
contains: Schedule (WhatsApp)
 
</pre><br>
 
<pre style="background-color: #1665B0; color: white; border-radius: 10px; padding: 10px;">
 
Actions
 
 
Notification reply
 
WhatsApp: Monday to Friday from 9 am to 6 pm.
 
</pre><br>
 
 
<pre style="background-color: #387F3D; color: white; border-radius: 10px; padding: 10px;">
 
Constraints
 
 
 
</pre><br>
 
 
<pre style="background-color: teal; color: white; border-radius: 10px; padding: 10px;">
 
Local variables
 
 
 
 
</pre><br>
 
</pre><br>

Latest revision as of 17:51, 29 January 2024

About

This feature lets you send automated replies to notifications directly from your screen, without opening the app.
It works with popular apps like WhatsApp and Telegram, and may even surprise you with other apps that support in-notification replies.


Configuration available

Use Notification Trigger

It does not need any extra configuration, but it will depend on a received news trigger.
you just need to set the text that you want to respond automatically.


Define manually

  • Select application
You can use 'All applications' but it is more recommended to select only the applications where you want to monitor, it could be 1 or more selected applications.


Text Content

  • Any
I write any text.


  • Matches
Use a regular expression

Tick the box Enter regular expression matching if the typed text follows Regex syntax, far more powerful than plain text with or without wildcards (for advanced users).

  • Contains
It contains the specific text.


  • Excludes
Any text except the defined text that will be excluded.


  • Text to match
 This is the text that macrodroid is going to respond to the notification.