Updated FAQ

master
M66B 5 days ago
parent 9b126853b1
commit 2aa49c3685

@ -3053,6 +3053,8 @@ Example conditions:
```COALESCE(message("language")) == "en"```
Note that *message("name")* returns an array. COALESCE returns the first value of an array, so it can be compared with a string value.
<br>
**Actions**

@ -1676,6 +1676,7 @@ X-Google-Original-From: Somebody &lt;somebody+extra@example.org&gt;</code></pre>
<p><code>(received + 7*24*60*60*1000) &lt; DT_DATE_TO_EPOCH(DT_NOW())</code></p>
<p><code>AI("Is the message below a scam? Answer in English with just yes or no.") contains "yes"</code></p>
<p><code>COALESCE(message("language")) == "en"</code></p>
<p>Note that <em>message(“name”)</em> returns an array. COALESCE returns the first value of an array, so it can be compared with a string value.</p>
<p><br></p>
<p><strong>Actions</strong></p>
<p>You can select one of these actions to apply to matching messages:</p>

Loading…
Cancel
Save