From 070b584b409e72e29b8be3beebb139cf096ef0e1 Mon Sep 17 00:00:00 2001 From: Benedikt Rollik Date: Thu, 5 Feb 2026 16:42:53 +0100 Subject: [PATCH 1/3] Update use-billing-alerts.mdx Update billing alert example to make it more clear --- pages/billing/how-to/use-billing-alerts.mdx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/pages/billing/how-to/use-billing-alerts.mdx b/pages/billing/how-to/use-billing-alerts.mdx index a1aff66ff0..2ffc54e3e2 100644 --- a/pages/billing/how-to/use-billing-alerts.mdx +++ b/pages/billing/how-to/use-billing-alerts.mdx @@ -47,10 +47,12 @@ Your budget, denominated in euros, represents the limit for your expenses. Simul - Billing alerts only provide a rough estimate of what may be charged to your monthly invoice. Additional costs related to your usage before the alert is triggered may still appear on your invoice after the alert is generated. Only your monthly invoice is considered legally valid. - The consumption monitor displays usage excluding taxes, while billing alerts are triggered based on the total amount including taxes. This discrepancy means the monitor may not fully reflect the actual billed amount. - - The alerts do not take discounts into consideration. This means that you will receive an alert only once you have consumed a percentage of your budget after consuming the entire discount. For example: - - If you have a discount of €100 applied to your account, - - and set an alert to be triggered when you reach 100% of a €150 budget, - - once you have spent €150 more than your €100 discount and reached a total of €250 in consumption (100%), you will receive the alert. + - Alerts are **based on the amount that will be charged to your account**, after any after any discounts and taxes are applied. This means the alert reflects your **actual spending**, not your total usage. + **Example:** + - **You have a €100 discount** on your account. + - You set an alert for **100% of a €150 budget**. + - The alert will trigger when **€150 has been charged to your account**, not when you have consumed €150 in total usage. + - In this case, you may have consumed **€250 in total usage**, but because of your €100 discount, only **€150 is billed**, and that is when the alert is sent. ### Webhook API Call @@ -82,4 +84,4 @@ POST /my/configured/webhook 5. Type **DELETE**, then click **Confirm**. When you delete a budget, all your alerts are deleted as well. - \ No newline at end of file + From 1c4d413555982a2417a2ffe199790ede6aee9cd5 Mon Sep 17 00:00:00 2001 From: Benedikt Rollik Date: Fri, 6 Feb 2026 10:55:01 +0100 Subject: [PATCH 2/3] Update pages/billing/how-to/use-billing-alerts.mdx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Néda <87707325+nerda-codes@users.noreply.github.com> --- pages/billing/how-to/use-billing-alerts.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/billing/how-to/use-billing-alerts.mdx b/pages/billing/how-to/use-billing-alerts.mdx index 2ffc54e3e2..b985d87574 100644 --- a/pages/billing/how-to/use-billing-alerts.mdx +++ b/pages/billing/how-to/use-billing-alerts.mdx @@ -47,7 +47,7 @@ Your budget, denominated in euros, represents the limit for your expenses. Simul - Billing alerts only provide a rough estimate of what may be charged to your monthly invoice. Additional costs related to your usage before the alert is triggered may still appear on your invoice after the alert is generated. Only your monthly invoice is considered legally valid. - The consumption monitor displays usage excluding taxes, while billing alerts are triggered based on the total amount including taxes. This discrepancy means the monitor may not fully reflect the actual billed amount. - - Alerts are **based on the amount that will be charged to your account**, after any after any discounts and taxes are applied. This means the alert reflects your **actual spending**, not your total usage. + - Alerts are **based on the amount that will be charged to your account**, after any discounts and taxes are applied. This means the alert reflects your **actual spending**, not your total usage. **Example:** - **You have a €100 discount** on your account. - You set an alert for **100% of a €150 budget**. From fa1ce60c7575efd4fa2c22802fd242df6a8ca7d1 Mon Sep 17 00:00:00 2001 From: Benedikt Rollik Date: Fri, 6 Feb 2026 14:05:16 +0100 Subject: [PATCH 3/3] Update pages/billing/how-to/use-billing-alerts.mdx Co-authored-by: Jessica <113192637+jcirinosclwy@users.noreply.github.com> --- pages/billing/how-to/use-billing-alerts.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/billing/how-to/use-billing-alerts.mdx b/pages/billing/how-to/use-billing-alerts.mdx index b985d87574..9ba4d46a18 100644 --- a/pages/billing/how-to/use-billing-alerts.mdx +++ b/pages/billing/how-to/use-billing-alerts.mdx @@ -47,7 +47,7 @@ Your budget, denominated in euros, represents the limit for your expenses. Simul - Billing alerts only provide a rough estimate of what may be charged to your monthly invoice. Additional costs related to your usage before the alert is triggered may still appear on your invoice after the alert is generated. Only your monthly invoice is considered legally valid. - The consumption monitor displays usage excluding taxes, while billing alerts are triggered based on the total amount including taxes. This discrepancy means the monitor may not fully reflect the actual billed amount. - - Alerts are **based on the amount that will be charged to your account**, after any discounts and taxes are applied. This means the alert reflects your **actual spending**, not your total usage. + - Alerts are **based on the amount that will be charged to your account** after any discounts and taxes are applied. This means the alert reflects your **actual spending**, not your total usage. **Example:** - **You have a €100 discount** on your account. - You set an alert for **100% of a €150 budget**.