From de989683bd3eaefff399d0e281af661e2dee6e9c Mon Sep 17 00:00:00 2001 From: Kukks Date: Thu, 11 Apr 2024 15:29:45 +0200 Subject: [PATCH] docs --- Plugins/BTCPayServer.Plugins.Subscriptions/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Plugins/BTCPayServer.Plugins.Subscriptions/README.md b/Plugins/BTCPayServer.Plugins.Subscriptions/README.md index af06184..02c6eab 100644 --- a/Plugins/BTCPayServer.Plugins.Subscriptions/README.md +++ b/Plugins/BTCPayServer.Plugins.Subscriptions/README.md @@ -13,4 +13,12 @@ Additionally there is one new Greenfield API endpoint: GET https://btcpay.host/a If the subscription is about to expire (within 3 days), a payment request is created to extend the period of the subscription. This payment request expires when the subscription expires. if this happens, the subscription is marked as inactive +quick demo +https://streamable.com/y9gimo +## Email rules: + +There are 2 new email rules: + +* A subscription status has been updated: has placeholders:{Subscription.SubscriptionId},{Subscription.Status},{Subscription.AppId} +* "A subscription has generated a payment request for renewal: has placeholders: {Subscription.SubscriptionId}, {Subscription.PaymentRequestId},{Subscription.AppId} \ No newline at end of file