We've expanded our webhook capabilities with new event types covering billing, account management, and RBL monitoring.

Billing and Account Events

Our webhook system now supports seven billing-related events: account balance threshold alerts, auto-recharge success and failure notifications, billing package renewals, credit card expiration warnings, and plan expiration alerts. This makes it straightforward to integrate billing activities into your internal systems—notify your finance team when auto-recharge fails, or track renewals in your accounting software.

RBL Monitoring Events

We've added webhooks for host check lifecycle events. Subscribe to notifications when host checks are initiated and completed. Combined with existing listing and delisting events, you get complete visibility into your monitoring operations.

Testing

Validate webhook configurations by selecting a webhook, clicking "Send Test," and choosing an event type. You'll see the complete response including status codes, timing, TLS details, and headers.

Configuration

Set up webhooks through Dev → Webhooks in the portal. Each webhook needs a display name and a publicly accessible HTTP(s) endpoint URL. You can subscribe to multiple event types per webhook.

We're regularly adding new event types. Visit our webhook documentation for complete details on payload schemas and available events.

Back to all updates