From d64b3a9afd2c5f9c01aa0ae56569f55790e8db05 Mon Sep 17 00:00:00 2001 From: M66B Date: Tue, 3 Oct 2023 16:26:03 +0200 Subject: [PATCH] Updated FAQ --- FAQ.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/FAQ.md b/FAQ.md index 70d9ff7e81..54e0264851 100644 --- a/FAQ.md +++ b/FAQ.md @@ -2690,6 +2690,7 @@ You can select one of these actions to apply to matching messages: * 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 @@ -2823,6 +2824,17 @@ Since version 1.2061 it is possible to execute rules with an automation app, lik (adb shell) am start-foreground-service -a eu.faircode.email.RULE --es account -es rule ``` +
+ +Since version 1.2107 it is possible to executed webhooks. +The supported HTTP methods are GET, HEAD, 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/](https://webhook.site/) + +
+ Using rules is a pro feature.