1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-22 07:42:52 +00:00

Updated FAQ

This commit is contained in:
M66B 2023-10-05 10:59:29 +02:00
parent a1e6b15088
commit 2b47a3accf
2 changed files with 4 additions and 1 deletions

2
FAQ.md
View file

@ -2829,6 +2829,8 @@ Since version 1.2061 it is possible to execute rules with an automation app, lik
Since version 1.2107 it is possible to executed webhooks.
The supported HTTP methods are GET, HEAD, OPTIONS, POST and POST.
The query parameters will be sent as body in the case of POST and PUT.
Note that execution of webhooks won't be retried. So, don't use this for anything critical.
This website might be useful for testing webhooks:
[https://webhook.site/](https://webhook.site/)

View file

@ -1535,7 +1535,8 @@ $$aligned$ (since version 1.2049)</code></pre>
<p>Since version 1.2061 it is possible to execute rules with an automation app, like for example Tasker.</p>
<pre><code>(adb shell) am start-foreground-service -a eu.faircode.email.RULE --es account &lt;account name&gt; -es rule &lt;unique rule name&gt;</code></pre>
<p><br /></p>
<p>Since version 1.2107 it is possible to executed webhooks. The supported HTTP methods are GET, HEAD, OPTIONS, 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:</p>
<p>Since version 1.2107 it is possible to executed webhooks. The supported HTTP methods are GET, HEAD, OPTIONS, POST and POST. The query parameters will be sent as body in the case of POST and PUT. Note that execution of webhooks wont be retried. So, dont use this for anything critical.</p>
<p>This website might be useful for testing webhooks:</p>
<p><a href="https://webhook.site/">https://webhook.site/</a></p>
<p><br /></p>
<p>Using rules is a pro feature.</p>