- Get notified by email when your organization reaches or exceeds a percent of your
- specified budget cap. You can set a maximum of 3 alerts.
+ {#if $organization?.billingPlan === BillingPlan.FREE}
+ Get notified by email when your organization meets a percentage of your budget cap. Free organizations will receive one notification at 75% resource usage.
+ {:else}
+ Get notified by email when your organization meets or exceeds a percentage of your
+ specified billing alert(s).
+ {/if}
{#if $organization?.billingPlan === BillingPlan.FREE}
@@ -101,6 +106,11 @@
{:else}
+
+
+ You can set a maximum of 4 billing alerts per organization.
+
+