diff --git a/FAQ.md b/FAQ.md index 54e0264851..4c132b1d17 100644 --- a/FAQ.md +++ b/FAQ.md @@ -2827,7 +2827,7 @@ 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, POST and POST. +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: diff --git a/index.html b/index.html index 3e063e9905..00953efed8 100644 --- a/index.html +++ b/index.html @@ -1455,6 +1455,7 @@ X-Google-Original-From: Somebody <somebody+extra@example.org>
  • 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 and to set up auto deletion for the trash folder in the folder properties (long press the folder in the folder list of an account).

    If you want to forward a message, consider to use a move action instead. This will be more reliable than forwarding because forwarded messages might be considered as spam.

    @@ -1533,6 +1534,10 @@ $$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:

    +

    https://webhook.site/

    +


    Using rules is a pro feature.


    (72) What are primary accounts/identities?