> ## Documentation Index
> Fetch the complete documentation index at: https://docs.navattic.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Outbound

> Send demos in outbound email to book more meetings.

export const Email = ({title = 'Email', children}) => {
  return <div className="overflow-hidden rounded-md border border-gray-200 dark:border-gray-700">
      <div className="flex items-center gap-2 border-b border-gray-200 dark:border-gray-700 bg-gray-50 dark:bg-gray-800 px-3 py-2">
        <Icon icon="mail" />
        <div className="text-sm font-medium text-gray-900 dark:text-gray-100">{title}</div>
      </div>
      <div className="max-w-xl space-y-5 px-5 py-2 bg-white dark:bg-gray-900">{children}</div>
    </div>;
};

Interactive demos can be a powerful asset for **Outbound** by driving engagement and increasing booked meetings. By sending demos to prospects, you can shorten sales cycles by providing hands-on access early in the buying process.

Sales reps responsible for development (SDRs, BDRs) can send demos to a broader list of prospects to quickly identify who is actively engaging and interested in learning more about the product or service. This approach helps prioritize follow-up with the most qualified leads.

## What to send prospects

When reaching out cold, craft a short, personalized email that introduces the demo, includes clear instructions on how to view it, and sets expectations around time investment (e.g., “This interactive demo takes just 3–5 minutes to explore”).

Position the demo as a quick way to get a feel for the product’s value—no meeting required.

<Email title="Outbound email">
  <div> **Subject**: 3 minute \{Company} demo</div>

  <div>**Hi \{First Name}**,</div>

  <div>How are you handling \{Challenge} today?</div>

  <div>Wanted to share a 3 minute product demo so you can see how \{Product} can help.</div>

  <div> Open to learning more?</div>

  <div className="space-y-1">
    **Sarah Almonds**
    <div>Business Development <span className="text-gray-400">|</span> Navattic</div>
  </div>
</Email>

<Tip>
  Try short **(2–4 words)** email subject lines to boost open rates for outbound. Keep the message
  short and casual and avoid overly salesy language.
</Tip>

## How to follow up

Following up is *essential* for outbounding -- the modern buyer evaluating software is busy and might have forgotten to open the demo. We recommend creating a reminder to follow up two days after sending a demo if there hasn't been any activity. <Icon icon="calendar" /> **After two days**:

#### <Icon icon="circle-check" /> If the prospect has viewed the demo

This is a great opportunity to invite the prospect to book time for a live demo.

<Email title="Outbound viewed demo email">
  <div> I saw that you've had a chance to look at the demo and that you are interested in \{Interest}.</div>

  <div> Would it make sense to schedule a call to discuss this further? Here is my calendar link to book time to chat: \{Calendar link}.</div>
</Email>

#### <Icon icon="circle-x" /> If the prospect hasn’t viewed the demo

Encourage them to try the demo and offer assistance if they have any questions.

<Email title="Outbound hasn't viewed demo email">
  <div>Just wanted to send a quick reminder to check out the demo I shared.</div>

  <div>Let me know if you have any questions when you get the chance to check it out!</div>
</Email>

<Tip>
  Following up is *essential* for outbounding -- for targeted outreach, set a reminder to **follow
  up two days after sending a demo**.
</Tip>

## What to do when a prospect views the demo

When a prospect views a demo, you'll receive an <Icon icon="mail" /> [Email alert](/launchpad/tracking/email-alerts) as soon as the session has ended. We recommend reaching out to the prospect as soon as you receive this alert either by phone or email. In the email, you'll receive insight of what the prospect is interested in. We recommend focusing your discussion on the prospect's selected interests.

<img className="overflow-hidden rounded-xl border" src="https://mintcdn.com/navattic-app/X_En9YFaQPnGBJkK/images/email-alerts-interest-levels.png?fit=max&auto=format&n=X_En9YFaQPnGBJkK&q=85&s=859bd75708210b77c4cbed047d7a883d" alt="Email Alerts Interest Levels" width="1736" height="772" data-path="images/email-alerts-interest-levels.png" />

## Example outbound plays

Looking for inspiration? Check out our example plays—like competitor takedowns, role-based personalization, or re-engaging churned customers—to spark ideas for your next outbound strategy. These approaches can help you tailor your outreach and stand out in the inbox.

<AccordionGroup>
  <Accordion icon="git-pull-request-closed" title="Closed lost (feature)">
    Use Interactive demos to highlight features that previously lost or stalled deals.

    <Email title="Outbound email">
      <div>**Subject**: We just shipped \{Feature name}</div>

      <div>**Hi \{First Name}**,</div>

      <div>Since we last spoke, we've shipped \{Feature name}, something I recall was critical to your team. Here's a short walkthrough in case it's worth revisiting:</div>
    </Email>
  </Accordion>

  <Accordion icon="replace" title="Competitor takedown">
    Use Interactive demos to highlight how your product performs better than your competitors.

    <Email title="Outbound email">
      <div>**Subject**: We just shipped \{Feature name}</div>

      <div>**Hi \{First Name}**,</div>

      <div>Thought you’d find this quick demo helpful—it shows how we stack up against \{Competitor} and where we tend to outperform.</div>
    </Email>
  </Accordion>

  <Accordion icon="briefcase-business" title="Role/persona personalization">
    * Different roles care about different aspects of your product, SEs want depth, PMMs want storytelling, Demand Gen wants conversions.
      * For SEs: a demo that shows how the platform integrates, configures, or scales, i.e. technical proof points.
      * For Product Marketing: a demo built to highlight a new feature or message launch, showcasing the story they want to tell.
      * For Demand Gen: a short, conversion-focused demo that mirrors the website journey and encourages action.
  </Accordion>

  <Accordion icon="refresh-ccw-dot" title="Churned customer re-engagement">
    Outbound to churned customers who churned due to: strategy fit, feature functionality, etc.

    <Email title="Outbound email">
      <div>**Subject**: We just shipped \{Feature name}</div>

      <div> **Hi \{First Name}**,</div>

      <div>Teams that left and came back usually cite \{Feature name}, here’s a quick look at how the platform’s evolved since you last used it:</div>
    </Email>
  </Accordion>
</AccordionGroup>

### Example outbound email templates

Try some of other example email templates for outbounding we created to get started. We recommend tailoring them to your product and use case.

<AccordionGroup>
  <Accordion title="Customized demo for {Company}">
    <Email title="Outbound email">
      <div>**Subject**: Customized demo for \{Company}</div>

      <div>**Hi \{First Name}**,</div>

      <div>How are you handling \{Challenge} today?</div>

      <div>Wanted to share a 3 minute product demo so you can see how \{Product} can help.</div>

      <div>Open to learning more?</div>
    </Email>
  </Accordion>

  <Accordion title="Interactive demo for {Company} – no signup needed">
    <Email title="Outbound email">
      <div>**Subject**: Interactive demo for \{Company} – no signup needed</div>

      <div>**Hi \{First Name}**,</div>

      <div>I saw a few people from \{Company} were spending time on our website.</div>

      <div>I put together a quick interactive walkthrough of \{Product}—no login, no setup required.</div>
      <div>It’s the fastest way to see if it’s a fit.</div>

      <div>Open to learning more?</div>
    </Email>
  </Accordion>

  <Accordion title="See how {Problem} gets solved in 2 minutes">
    <Email title="Outbound email">
      <div>**Subject**: See how {Problem} gets solved in 2 minutes</div>

      <div>**Hi \{First Name}**,</div>

      <div>We built a quick interactive demo showing how {Product} helps teams like yours solve \{Problem}.</div>

      <div>No slides or long videos—just click through and see it in action.</div>

      <div>Open to scheduling a call?</div>
    </Email>
  </Accordion>

  <Accordion title="A faster way to evaluate {Product}">
    <Email title="Outbound email">
      <div>**Subject**: A faster way to evaluate \{Product}</div>

      <div>**Hi \{First Name}**,</div>

      <div>Instead of booking time right away, here’s a quick hands-on demo. It’s an easy way to see what {Product} can do.</div>

      <div>If it’s relevant, happy to chat: \{Calendar link}</div>
    </Email>
  </Accordion>

  <Accordion title="Thought this demo might be relevant">
    <Email title="Outbound email">
      <div>**Subject**: Thought this demo might be relevant</div>

      <div>**Hi \{First Name}**,</div>

      <div>Given that you were looking at \{X} on our website, I put together this demo to show how {Product} can help teams like yours solve \{Problem}.</div>

      <div>Takes less than 3 minutes to explore.</div>
    </Email>
  </Accordion>
</AccordionGroup>

## Create templates for your emails

Once your happy with your copy, create email templates to save yourself time and effort when sending out emails.

<CardGroup cols={2}>
  <Card title="Adding demos to email templates" href="/launchpad/share/crafting-emails#adding-demos-to-email-templates" img="https://mintcdn.com/navattic-app/X_En9YFaQPnGBJkK/images/email-templates.png?fit=max&auto=format&n=X_En9YFaQPnGBJkK&q=85&s=673542429d055ccbc1ecc92b9138d255" width="986" height="506" data-path="images/email-templates.png">
    Save email templates in your preferred email outbounding tool
  </Card>
</CardGroup>
