From 2419d02a39417dadfd3e2cd2e65b096f0dd2367f Mon Sep 17 00:00:00 2001 From: pluralplay Date: Mon, 8 Sep 2025 13:38:59 +0300 Subject: [PATCH] Update receiving-webooks.md (#151) --- docs/features/receiving-webooks.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/docs/features/receiving-webooks.md b/docs/features/receiving-webooks.md index 8dd377f..1453c49 100644 --- a/docs/features/receiving-webooks.md +++ b/docs/features/receiving-webooks.md @@ -172,6 +172,28 @@ excludedInbounds: Array<{ +#### Node Infra Billing + +- `crm.infra_billing_node_payment_in_7_days` - Payment reminder 7 days in advance. +- `crm.infra_billing_node_payment_in_48hrs` - Payment reminder 48 hours in advance. +- `crm.infra_billing_node_payment_in_24hrs` - Payment reminder 24 hours in advance. +- `crm.infra_billing_node_payment_due_today` - Payment reminder on the due date +- `crm.infra_billing_node_payment_overdue_24hrs` - Overdue payment notification after 24 hours. +- `crm.infra_billing_node_payment_overdue_48hrs` - Overdue payment notification after 48 hours. +- `crm.infra_billing_node_payment_overdue_7_days` - Overdue payment notification after 7 days. +
+ +Infra Billing Summary + +```typescript +nodeName: string +providerName: string +loginUrl: string +nextBillingAt: date +``` + + + #### Service - `service.panel_started` - The service started.