mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-23 08:14:45 +00:00
Updated FAQ
This commit is contained in:
parent
d8add231f2
commit
d64b3a9afd
1 changed files with 12 additions and 0 deletions
12
FAQ.md
12
FAQ.md
|
@ -2690,6 +2690,7 @@ You can select one of these actions to apply to matching messages:
|
|||
* Answer/forward (with template)
|
||||
* Text-to-speech (sender and subject)
|
||||
* Automation (Tasker, etc)
|
||||
* Webhook (since version 1.2107)
|
||||
|
||||
**Important**: permanent deletion is **irreversible**.
|
||||
Instead, consider to move messages to the trash folder
|
||||
|
@ -2823,6 +2824,17 @@ Since version 1.2061 it is possible to execute rules with an automation app, lik
|
|||
(adb shell) am start-foreground-service -a eu.faircode.email.RULE --es account <account name> -es rule <unique rule name>
|
||||
```
|
||||
|
||||
<br />
|
||||
|
||||
Since version 1.2107 it is possible to executed webhooks.
|
||||
The supported HTTP methods are GET, HEAD, POST and POST.
|
||||
The query parameters will be sent as body in the case of POST and PUT.
|
||||
This website might be useful for testing webhooks:
|
||||
|
||||
[https://webhook.site/](https://webhook.site/)
|
||||
|
||||
<br />
|
||||
|
||||
Using rules is a pro feature.
|
||||
|
||||
<br />
|
||||
|
|
Loading…
Reference in a new issue