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.