mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-22 07:42:52 +00:00
Updated FAQ
This commit is contained in:
parent
a1e6b15088
commit
2b47a3accf
2 changed files with 4 additions and 1 deletions
2
FAQ.md
2
FAQ.md
|
@ -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/)
|
||||
|
|
|
@ -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 <account name> -es rule <unique rule name></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 won’t be retried. So, don’t 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>
|
||||
|
|
Loading…
Reference in a new issue