Capture every moment that matters and turn data into action
Events are processed instantly with sub-second latency. Trigger campaigns the moment users take action in your app.
Automatically segment users based on their behavior. Create hyper-targeted campaigns that convert.
Use events to power complex automation flows. Branch, delay, and trigger based on any user action.
Track custom properties with each event. Build personalized campaigns using any data point.
Bank-level encryption and SOC 2 compliance. Your data is always secure and protected.
Built to handle millions of events per day. Scale from startup to enterprise without limits.
// Track any event in your app
await smashsend.events.track({
event: 'user_signed_up',
userId: 'usr_123',
properties: {
plan: 'pro',
source: 'landing_page',
revenue: 99.00
}
});
// Trigger automated campaigns instantly
await smashsend.events.track({
event: 'trial_ending',
userId: 'usr_123',
properties: {
daysRemaining: 3,
plan: 'pro'
}
});
// Update user properties dynamically
await smashsend.users.identify({
userId: 'usr_123',
properties: {
name: 'John Doe',
email: 'john@example.com',
plan: 'enterprise'
}
});From onboarding to retention, our Events API powers it all
Guide new users through your product with triggered emails based on their actions. Increase activation rates by 3x.
Send the right message at the right time based on user behavior. Recover abandoned carts, prevent churn, drive upgrades.
Understand how users interact with your product. Build segments based on feature usage and engagement patterns.
Track purchases, upgrades, and renewals. Trigger campaigns based on revenue milestones and lifecycle stage.
Win back inactive users with targeted campaigns. Automatically detect declining engagement and take action.
Build any workflow you can imagine. Combine events, delays, and conditions to create sophisticated automations.
“The Events API changed everything for us. We went from batch processing to real-time campaigns in a week. User engagement is up 145% and we're sending 10x more targeted emails.”Alexandre Cadain, CEO at Jungle AI