Describe what you want. Our AI builds the automation. Trigger smart emails based on user behavior, not schedules.
Available on Starter plan and above.
Our AI understands your intent and generates production-ready workflows.
"When a user signs up, send a welcome email. If they don't complete onboarding in 2 days, send a reminder."
"Send abandoned cart emails: first after 1 hour, then after 24 hours with a discount code."
Everything you need to build sophisticated email workflows.
Describe your workflow in natural language. Our AI understands and builds it for you.
Trigger emails based on user behavior - signups, purchases, cart abandonment, and more.
Add intelligent wait times between steps. Send the right email at the right moment.
Branch workflows based on user actions, properties, or previous engagement.
Dynamic content powered by user data and event properties.
Target specific user segments with tailored messaging.
From idea to live workflow in minutes.
Tell us what you want in plain English. "Send a reminder if they haven't completed checkout."
Our AI creates triggers, conditions, delays, and email templates based on your description.
Preview the workflow, customize if needed, then activate with one click.
Our SDK captures user behavior in your app. Use these events to trigger perfectly-timed emails.
// Track a custom event
mj.track({
event: 'checkout_started',
user: '[email protected]',
properties: {
cart_value: 99.99,
items: 3
}
})