How Wealthie built an AI agent inbox in a day

The company

Wealthie is a wealth management platform built for New Zealand financial advisers, and it started as something narrower. Co-founder Riki Carston is a financial adviser by trade who spent years inside an industry he calls archaic, running on CRMs that have barely changed in close to a decade. His own specialty was retirement modelling: the graphs and projections that show a client where their money is actually headed, not the back-of-envelope math.

The trouble with detail is that it needs data, and a lot of it.

“With the depth of it, I ended up needing so much information that it ended up turning into a CRM anyway,” Carston says.

So the modelling tool grew into a full platform, built for New Zealand advisers with the workflows of the job baked in: discovery documents, risk profilers, statements of advice, task management, and interaction logging mapped to the structured six-step advice process.

Then Carston made a less obvious call. Most founders in his position would have spent the next two years selling the software to other advisers. He worked out that a tool good enough to sell to other advisers was good enough to run a better advice business with himself. Rather than talk reluctant practices into adopting something new, he turned the product inward. Today Wealthie is used exclusively by My Net Worth, a financial advice business running on its own software, handling investments, insurance, and retirement planning with the platform underneath.

The difference shows up in the numbers, boasting an 86% time reduction in document generation and reducing data capture and cleaning by over 90%, which Carston attributes to cutting admin and automating repetitive processes, rather than working harder.

An adviser might be able to service maybe 250 clients per year normally,” he says. “With the case studies that we’ve done, it’s more than four times that, just with the amount of admin you don’t have to do.

Riki Carston

Co-Founder @ Wealthie

The old way still looks like this: an adviser prints a document, hands it to an admin to bind, and posts it out. At Wealthie, everything goes out via a link, is reviewed and signed digitally, with the whole team working off the same view. 

The problem

Financial advice runs on email, and most of it gets lost. An adviser handles a client, then the lawyer gets involved, then an accountant, and sometimes a Trust (or a few!). Every one of those threads is a compliance record that has to be logged against the right household, but the people sending them rarely include any context. A document arrives with “have a look at this” and nothing else.

That challenge is amplified by how heavily regulated financial advice is in New Zealand. Advisers are expected to maintain comprehensive records demonstrating the advice process, client communications, and the rationale behind recommendations. Every email, document, and interaction can become part of the compliance record. Most firms still rely on advisers or administrators manually filing correspondence into CRMs, creating an administrative bottleneck that limits how many clients an adviser can realistically serve while increasing the risk of missed records. For Wealthie, automating that capture isn’t simply about saving time; it’s about maintaining a complete, auditable client record at a quality and consistency that would be difficult to achieve manually as the business scales.

Wealthie’s automations that let one adviser cover 4x the number of clients depend entirely on capturing that traffic. The platform logs interactions, updates records, and flags what needs a human only because it is fed real data: email threads, calendar activity, recorded calls. Starve it of data and there is nothing for it to act on. That is why so much of what Carston builds comes back to capturing communication reliably, and why Nylas ended up at the center of the stack.

Wealthie already solved the simple case. When an adviser emails a client who exists in the CRM, a Nylas webhook fires, the platform recognizes the address, and the interaction gets logged automatically against the household.

“That’s actually super handy and works really well,” Carston says.

The hard case is the third party. When the conversation moves to a client’s lawyer, the adviser does not want to copy the client in, but the exchange still needs to be logged against the household. There was no clean way to bring a sender who is not in the CRM into the right record without manual filing.

What they built

Wealthie built an agent inbox routing layer on Nylas Agent Accounts, dedicated inboxes the software owns outright, each with its own email address. An adviser emails an external party and tags the agent address. The email routes through an Agent Account, which reads the message and decides where it belongs:

  • Deterministic routing first. If the email contains an explicit household reference, the agent matches on those characters and routes it immediately.
  • Confidence-scored routing next. If there is no explicit tag, the agent infers the household from the sender, recipients, and subject.
  • Human review for the rest. Anything below the threshold lands in a holding area where a person can manually assign it. 
Wealthie agent inbox flagging an unmatched Partners Life email at 18 percent confidence, with a suggested household and Confirm and link button for manual review.

It means correspondence with a client’s lawyer or accountant can be captured against the right household without an adviser sitting in the middle of every thread. Once an email is routed, it does more than sit in a log. Wealthie creates tasks from it and moves, updates, or reassigns workflows based on the content of the exchange. The adviser’s sequential advice process responds to what is actually happening in the client’s email.

Wealthie inbox Actions tab showing AI-suggested task actions with confidence scores, including create task at 90 percent and complete task at 84 percent, each linked to a client household.

What surprised Carston was the speed. He built the first working version in under a day.

It was so bloody easy. It took me a day with Claude Code and how good Nylas is to work with,” he says. “It literally took me less than a day.”

Riki Carston

Co-Founder @ Wealthie

The webhook payload made the wiring straightforward. Every message-created event carries a grant ID that Wealthie maps to a household entity in its database. When a webhook arrives with that grant ID, the platform knows the household, fires the right downstream action, and notifies the responsible adviser with what it has already done.

Where this is going

Wealthie’s roadmap turns the routing layer into something closer to a per-engagement system of record. Instead of inferring which household an email belongs to, each household gets its own dedicated Agent Account inbox, provisioned on creation with a single API call. An email that lands in that inbox belongs to that household by definition. The agent can then handle outbound reminders from the same address: chasing a trust document, following up with a lawyer, prompting a client for outstanding information, all scoped to one relationship.

The model fits how Agent Accounts are priced and built. Provisioning an inbox takes a fraction of a second, and the accounts are designed to be created and removed as freely as the relationships they represent. Activity is driven by what actually moves through the inbox, not by how many accounts exist. For a practice that thinks in households, deals, and engagements, the inbox maps to the relationship rather than to a person who might leave.

That last point matters because of where Wealthie is headed. The firm is acquiring financial advice books and rolling them into one practice, often from advisers nearing retirement who have run their clients on little more than a Word document. Dedicated household inboxes give the firm a stable address for every client relationship that survives the transition, even when the original adviser moves on. Acquired clients can keep emailing an address they recognize while the records consolidate behind it.

Wealthie claims workflow showing a Life and Death claim moving through Claim Intake, Document Collection, and Insurer Lodgement phases with a task checklist.

Why Nylas

Wealthie needs reliable inbox and calendar access across providers, the kind that breaks when built directly against Google or Microsoft at scale. Recurring calendar events alone carry edge cases that are expensive to handle in-house. Building that foundation was never where Wealthie wanted to spend its engineering time. Their differentiator is the advice modelling and the workflow, not the email plumbing underneath it.

Nylas provides the communications data layer so Wealthie can build on top of it: Email API for sending and receiving from the firm’s own domain, Webhooks for real-time logging against households, and Agent Accounts for inboxes that map to relationships instead of people.

Asked what had been hard with Nylas lately, Carston kept it short: “Everything’s mint.”

Related Case Studies

How PropertyRadar Built a Multi-Channel Marketing Engine for 160 Million Properties

Email infrastructure sounds simple until you're staring down three different authentication models, two major providers that change their APIs whenever they feel like it, and a user base split across all of them. We made the call early: that's not our problem to solve. Nylas owns that layer, and we haven't looked back.

– Brian Lead Engineer
Industry:
Marketing Services, PropTech, Real Estate
Product:
Email API
Octave Gets Hundreds of Therapists to Production Without Getting Stuck in the Implementation Gap

Calendar infrastructure sounds unglamorous, but for a behavioral health practice it's everything. It's how clients get care. We needed it to work across every provider, at scale, without becoming a full-time engineering problem. Nylas gave us that, and their Professional Services team was in the weeds with us from the start. That made the difference between a smooth launch and months of integration debt.

– Octave Engineering Team
Industry:
Healthcare
Product:
Calendar API
Kevin Chan: The One-Person Engineering Department

All I really care about is having it come in, have some sort of LLM in it, and then redirect it somewhere else. That was the core idea.

– Kevin Chan Founder
Industry:
IT Services & Consulting
Product:
Agent Accounts, Notetaker
Giving Every AI Agent Its Own Inbox: How Dana Intelligence Built on Nylas Agent Accounts

I wanted inbound email for Dana. A real address the agent could act from. What I want it to do is act like my executive assistant: manage a three-way meeting setup, send on my behalf, book the reservation. That's the end state.

– Brad Lindenberg Founder @ Dana Intelligence
Industry:
AI Agents, Productivity
Product:
Agent Accounts
How Foundersuite Helped 100,000+ Startups Raise $21 Billion With Better Email Capabilities

We tried building our own Gmail integration, and it was always having issues. It took a lot of engineering time to maintain. Moving to Nylas meant we could support both Gmail and Outlook users through one integration, reach virtually every founder on our platform, and get our engineers focused back on Foundersuite.

– Nathan Beckord CEO
Industry:
CRM, Fundraising Software
Product:
Email API
Global sales intelligence platform moves upmarket and saves developer time with integrated email

We were spending most of our time fixing problems rather than improving our product. Nylas removed these email integration problems from the equation. It was a breath of fresh air - unlocking developer resources to focus on other priorities.

Industry:
Sales & Marketing
Product:
Email API
RogerRoger launches unified email inbox to help sales teams follow up 3x faster

"Our unified inbox and sales pipeline tools are helping teams follow up with conversations 3x faster. Nylas was critical in launching our email-powered platform in weeks, saving millions in development costs.“

– Jasper Pegtel, RogerRoger Founder
Industry:
CRM, Productivity, Software
Product:
Email API
Global fintech platform delivers personalized experiences to increase customer repurchases by 6x

“We process billions of financial transactions each day. The Nylas platform provides us with a secure, scalable solution for extracting purchase and delivery data from user emails and surfacing it in our app in real-time"

– Engineering Director
Industry:
FinTech, Marketplace
Product:
ExtractAI
Staffing Engine helps staffing firms quadruple hiring volume with Nylas

Our Nylas build required the lowest level of support we’ve ever needed for a third-party software solution. We didn’t have to start from scratch, allowing us to go live much faster

– Jay Cutler Co-Founder, Staffing Engine
Industry:
ATS, Conversational AI, HR & Recruiting
Product:
Calendar API, Email API
Recital eliminates hours of contract negotiation with integrated email

The vision for Recital included email scanning right from the start. We needed to prove the product was viable while also setting ourselves up for maximum compatibility down the road, all on limited time and resources. Nylas was a natural fit.

– Brendan Mulholland, Co-Founder and CTO at Recital Software
Industry:
Document management, Legal, Productivity
Product:
Email API

Ready to Start Building?

Unlock your free API key and sync up to 5 accounts.