Track behavior at the user level and the account level. Bunloop knows the difference; your journeys know how to use both.
Anything an individual does — signed up, completed onboarding, clicked a link.
Anything an account does — paid an invoice, added a seat, churned.
Mix and match. "Users in accounts that paid_invoice in the last 30d."
Other tools treat accounts as a tag on a user. Bunloop treats accounts as a first-class object with their own events, properties, and journeys.
SDKs for Node, Python, Ruby, Go, Rust, and a server-friendly REST API. Mobile SDKs for iOS and Android.
// User-level event
client.track('feature_used', {
userId: 'usr_01J8K',
properties: { feature: 'export' }
})
// Account-level event
client.track('invoice_paid', {
accountId: 'acc_R7Q',
properties: { amount: 4900 }
})Free forever for < 1,000 users. No credit card required.