From 2b47a3accf128cc1c66b30f5cf440eef2feb09b3 Mon Sep 17 00:00:00 2001 From: M66B Date: Thu, 5 Oct 2023 10:59:29 +0200 Subject: [PATCH] Updated FAQ --- FAQ.md | 2 ++ index.html | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 4c132b1d17..937ba6dfba 100644 --- a/FAQ.md +++ b/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/) diff --git a/index.html b/index.html index 00953efed8..90e13dc84e 100644 --- a/index.html +++ b/index.html @@ -1535,7 +1535,8 @@ $$aligned$ (since version 1.2049)

Since version 1.2061 it is possible to execute rules with an automation app, like for example Tasker.

(adb shell) am start-foreground-service -a eu.faircode.email.RULE --es account <account name> -es rule <unique rule name>


-

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:

+

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/


Using rules is a pro feature.