new
SaaS Mode
Webhook: New SaaS Plan Created
We’ve added a new webhook that fires when a new SaaS plan is created in your account. This webhook gives you immediate access to all the details of the newly created plan—ideal for billing, reporting, automation, and integrations.
🔍 What’s New
Whenever a new SaaS plan is added via the platform, this webhook triggers automatically. It returns the exact same structure as the GET /plans endpoint, giving you full visibility into:
- Plan configuration and metadata
- Included features via the saasProducts array
- Pricing details (e.g. monthly, yearly options) via the prices array
- Optional add-ons included in the addOns array
ENDPOINT: https://services.leadconnectorhq.com/saas/agency-plans/:companyId
📘 Use Cases
- Billing integrations that need to reflect the latest available plans
- Custom analytics pipelines that track SaaS product offerings over time
- Automations or third-party syncs that require immediate updates on plan changes
📚 Developer Resources
This webhook includes a full schema, field-by-field descriptions, example response, and additional implementation notes in the technical documentation.