You will learn
Learn how the timing of a flow is not only important to knowing when a certain message will send, but also to gaining insight into the customer's experience. As you build out your flow, you will want to keep two different timing considerations top-of-mind:
- The time between components (as represented by time delays)
- Timeline of each component from the trigger
In this article, we go over both considerations so you can better understand the timing of a flow's components.
Time between componentsTime between components
Each flow represents a targeted customer experience. In order to build a series with timely touchpoints, it is important to think about the timing of each action in your flow relative to the activity or behavior that set the flow in motion.
For example, in a winback flow, you may have the first email send after 75 days. The second email may wait another 15 days, which brings the total number of days elapsed since the last purchase (the flow's trigger) to 90.
In addition, it is important to think about how time delays interact with other components, particularly conditional splits. Typically you want to place a time delay before any conditional split to ensure that recipients have time to, for example, place an order before they're sent down a certain path. For more details, read our article on how to use time delays near splits.
Additional resources