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.
@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.
Reply
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.
Reply
Report
@behaviour_triggered · 3w ago
Triggered beats scheduled, and your number is the cleanest evidence for it I have seen stated.
Reply
Report