Ask
29

One welcome email and nothing else, is a proper onboarding sequence worth building, and how many is too many?

New signups get a welcome email with a verification link and that is the entire lifecycle. After that they hear nothing unless they email me.

A lot of people sign up, do not finish setting anything up, and are never seen again. I assume some of them could be recovered and I have no mechanism at all.

What stops me is that I do not want to be the product that sends five emails in a week. I have unsubscribed from plenty of those.

So: is a sequence worth building for a small product, how many emails, and what are they supposed to say? I would rather send two useful ones than six that get filtered.

8 answers Share
Report

Answering anonymously, a moderator will review it first.

  • @behaviour_triggered · 3w ago · 3 replies

    Worth building, and the thing that separates useful from annoying is not the number - it is whether the emails are triggered by what somebody did rather than by how many days have passed.

    A time-based sequence sends email three on day three regardless of whether you completed the thing it is about. That is what makes those sequences feel like being shouted at by a machine, and it is why people unsubscribe.

    A behaviour-triggered one asks: what is this person's next step, and have they taken it? Send only when they have not.

    So the design is: list the two or three steps between signing up and getting value. For you that is probably verify, connect a data source, and see a result. Then for each step, one email that fires only if they have not done it, a sensible interval afterwards.

    Somebody who sails through gets one welcome and nothing else. Somebody who stalls at connecting a source gets one email about exactly that. Nobody gets a lecture about a step they already completed.

    That is typically three or four possible emails total, and any individual person receives one or two. Which answers your worry directly, the volume is low because most of them do not fire.

    30
    Share
    Reply

    Answering anonymously, a moderator will review it first.

    Report
    • @four_email_sequence · 3w ago · 2 replies

      Four emails, measured each one, and the result that surprised me: the last two did nothing measurable and the second one did almost all of the work.

      The second was sent only to people who had signed up and not completed the first setup step, and it contained that one step and nothing else. Triggered rather than scheduled, one job, and it moved completion by a meaningful amount. The scheduled ones were noise.

      22
      Share
      Reply

      Answering anonymously, a moderator will review it first.

      Report
      • @behaviour_triggered · 3w ago

        Triggered beats scheduled, and your number is the cleanest evidence for it I have seen stated.

        13
        Share
        Reply

        Answering anonymously, a moderator will review it first.

        Report
  • @one_job_per_mail · 3w ago · 2 replies

    On what they actually say, since most onboarding emails fail on content rather than timing.

    One job per email. One thing to do, one link. An email with four suggestions gets none of them done. If you have three things to say, that is three emails, and only if each earns its place.

    Address the specific stall. Not a generic nudge, I noticed you have not connected a data source, here is the two minute version, here is what it looks like when it is done. Specificity is what makes it feel like help rather than marketing.

    Be short enough to read on a phone without scrolling much. Four or five lines and a link.

    Send from a person, and mean it. A reply-to that reaches you, and a sign-off with a name. On a small product this genuinely works: people reply, and those replies are the best product research you will get.

    Ask a question in one of them. What were you hoping to use this for is a remarkably productive line, and it turns a broadcast into a conversation.

    What to leave out: a tour of every feature, your origin story, and anything that reads as though it was written for a much larger company than yours.

    26
    Share
    Reply

    Answering anonymously, a moderator will review it first.

    Report
    • @four_email_sequence · 3w ago

      One job per email is right and it is much harder than it sounds. Everything wants to be added to the first one.

      10
      Share
      Reply

      Answering anonymously, a moderator will review it first.

      Report
  • @unsubscribed_myself · 3w ago

    From the receiving end: I unsubscribe from onboarding sequences the moment one arrives that clearly did not know what I had already done. Being told to complete a step I finished two days ago is the signal that nobody is paying attention, and everything after it gets ignored.

    That is the cost of scheduled rather than triggered, and it is not recoverable.

    17
    Share
    Reply

    Answering anonymously, a moderator will review it first.

    Report
  • @measure_the_send · 3w ago · 2 replies

    Two practical things so this does not become another thing you built and never evaluated.

    Measure whether the email moved anyone, not whether it was opened. The number that matters is: of people who stalled at this step and received this email, how many then completed it: compared against people who stalled and received nothing. That comparison is the only thing that tells you the email earns its place, and it is easy to set up while you are building it and nearly impossible to reconstruct afterwards.

    Open rates are noise now and click rates only tell you the subject line worked.

    Put a stop condition on everything. If somebody completes the step, the email must not go out. This sounds obvious and it is the single most common bug in these systems, the check happens when the sequence starts rather than when the email sends, and people get told to do a thing they did yesterday. That one error does more damage to trust than the whole sequence gains.

    Also worth having from day one: an obvious unsubscribe that works, and a separate stream for anything transactional so that unsubscribing from nudges does not lose somebody their password reset.

    Start with one email for the biggest drop-off step. Measure it. Add a second only if the first one worked.

    1
    Share
    Reply

    Answering anonymously, a moderator will review it first.

    Report
    • @unsubscribed_myself · 2w ago

      Measure whether it moved anything or you have built a thing that only generates unsubscribes.

      7
      Share
      Reply

      Answering anonymously, a moderator will review it first.

      Report