The results of my latest stress test:
- 300 cold emails sent at 10:00 AM.
- 23 automated quotes generated by 10:10 AM.
- 116 quotes total in a single week with an 11% conversion rate.
How? By stopping "writing messages" and starting "designing interfaces."
Email is an interface. It has states, actions, navigation, and a friction-reduction logic. Here is how I design my emails as applications.
Most people think of email as text with a button at the end—a message that says something, followed by a Call to Action (CTA) hoping for a click.
I think of it differently. An email is a UI. It has navigation. It has a flow logic. And above all, it has one single goal: to lead the user to the next action with as little friction as possible. This shift in perspective changes everything.
1. The Email as the "First Screen"
When a prospect receives my outreach email, they don't receive a wall of text. They receive a screen with two possible primary actions:
- "Yes, send me a quote" → They enter the sales funnel.
- "No thanks" → They enter the feedback loop.
This is exactly the logic of an onboarding screen in a mobile app. One question. Two paths. Zero noise.
The difference with a classic email? I don't ask them to reply. I ask them to click.
Replying requires drafting, thinking, and effort. Clicking takes half a second and one finger. Friction kills conversion. Every extra step between intent and action costs you users.
2. Buttons as Navigation
In an app, buttons navigate to screens. In my quote email, each button leads to a dedicated, contextualized page with the right information at the right time. My automated quote email contains four distinct actions:
- Explore Themes: Links to my speaking site for those who need to refine the topic before committing.
- Propose Dates: A booking form pre-filled with the quote ID for those ready to schedule.
- Sign Online: An e-signature page using an HTML5 Canvas for those ready to validate.
- Forward to Management: A pre-filled
mailto:link.
This last button is the most underrated. In public or corporate structures, the recipient is rarely the one with signing authority. By providing a "Forward to Management" button with a pre-drafted message, I remove an entire hurdle.
mailto:?subject=Speaker Proposal: Demystifying AI
&body=Hi,
I'm forwarding this AI conference project to you.
You can find the summary and the quote here: [Link]
What do you think?
One button. One pre-written draft. Zero effort for my contact.
3. The "Communication Kit" as a Feature
A well-designed app anticipates the user's next need. When someone accepts a conference quote, their next need is to promote the event.
I could have waited for them to ask. I could have sent a second email. Instead, I included it directly in the quote email.
- The Quote PDF
- High-definition headshots
- Promotional posters (PNG)
- Ready-to-copy blurbs (Short & Long versions)
- Brand color codes (Hex) and Typography (Montserrat)
This isn't a gadget; it's friction reduction. Every element I provide proactively is a follow-up I won't have to manage and a delay I remove from the decision process.
4. The "Human" Delay: Experience Design
A quote that arrives 9 seconds after a click breaks the illusion. The recipient immediately realizes they are in an automated tunnel, which can cheapen the professional relationship.
I introduced a random delay of 3 to 8 minutes between the click and the quote delivery.
- It's long enough to look like a human prepared the document.
- It's short enough to maintain momentum.
$delay = rand(180, 480); // 3 to 8 minutes
$sendAfter = date('Y-m-d H:i:s', strtotime('+' . $delay . ' seconds'));
This is UX design applied to automation. It’s like a "skeleton screen" in a web app that simulates loading to make the UI feel more reactive—even if the data is already there. The goal isn't to deceive, but to keep the mechanics invisible. Good automation shouldn't look like automation.
The Takeaway
Thinking of email as an app changes your workflow:
- Design, don't just write: Don't ask "What do I want to say?" Ask "What action do I want to trigger, and how do I clear the path?"
- Every button is a next screen: Ensure the landing page is ready to receive the user in the correct context.
- Anticipate the next move: Satisfy predictable needs proactively.
- Friction is the enemy: Every form field or manual email you ask them to write is a leak in your funnel.
Email isn't just a channel; it's a surface. Most companies treat it like a Post-it note. I treat it like a high-performance interface. It’s not more complicated—it’s just a matter of perspective.
Top comments (0)