You can create a profile trigger for this particular products, then add a conditional split after a purchase is made or add it together with the trigger conditions as well, just in case you don't still get it, kindly reach out to me on abrahamkhan0100@gmail.com
this is how i always set it up:
1. Start the flow when someone places an order for products with SKU C5 or C6 — use a trigger filter for those SKUs.
2. Stop the flow if the order gets fulfilled or a tracking number is added — use a flow filter or conditional split to check fulfillment status.
3. For the last email (after 8 weeks), add a time delay of 8 weeks, then check if the order is still unfulfilled before sending.
This will make sure only the right customers get the updates, and they stop once the order is shipped.
Let me know if you need help setting it up. i can also help you out is that ok??????
Hey @Jacob Bourne,
Along with the tips you received above, I wanted to provide you with some additional advice!
You’ll want to start the flow using the “Placed Order” event and add a trigger filter to the trigger. This filter should be “Items contains C5 OR Items contains C6”. If they have certain SKUs or IDs, you could also make the filter “SKUs contains INSERT_SKU” (replacing INSERT_SKU with the actual SKU).
At this point, you’ve created the trigger for a flow that people will only enter if they place an order for one of these items. Now, you’ll want to make sure people leave the flow when these items are fulfilled. To do this, add a profile filter to the trigger (this is different from a trigger filter) that says “Fulfilled Order zero times since starting this flow where Items contains C5 OR Fulfilled Order zero times since starting this flow where Items contains C6”. This profile filter will perform a check before a person reaches each step of the flow, to ensure that they haven’t had an order fulfilled for either of these items after entering the flow. If they have, they’ll be skipped from the rest of the flow, moving forward.
Unless you have a custom setup, your store is likely not sending an event to Klaviyo when a tracking number is created, but that tracking number might be in your Fulfilled Order data.
Finally, the rest of the flow setup is simple. Add in the emails and the time delays, now that you have the trigger and filters set up.
Let me know if this makes sense, or if you have any additional questions about this process. Happy to help more if so!