Replicate Notion’s per-seat pricing model with Lago.
Model | Team plan |
---|---|
Price | $10 per user billed monthly |
Set up Lago
Create a billable metric
code
for your billable metricaggregation_type
to unique_count_agg
for counting unique usersfield_name
to user_id
to identify individual usersrecurring
to true
for persistent tracking across billing periodsCreate a plan
amount_cents
to 0
since there is no subscription feecharge_model
to standard
for simple per-unit pricingprorated
billing for fair daily calculationsamount
to 10
for $10 per user per monthCreate a customer
Create a subscription
code
.Ingest user activity events
code
external_subscription_id
user_id
in properties to track individual usersoperation_type
to add
when adding users, remove
when removingMonitor current usage