Solved

Setting Flow Conditions

  • 27 July 2022
  • 1 reply
  • 145 views

Badge +4
  • Contributor I
  • 0 replies

Hello! 

I am revamping our product reorder email flows and we have since added a subscription service to our website. Customers who sign up for the subscription are auto billed for their next 2 orders and will not need to get reminder emails from us to reorder. 

When I am building the flow conditions what can I use to exclude those customers from entering the flow? 

icon

Best answer by alex.hong 28 July 2022, 00:15

View original

1 reply

Userlevel 7
Badge +58

Hi @DCBD,

Welcome to the Community.

My first thought would be to have a flow filter that excludes these subscription customers. However, that requires your integration/whichever method you are using to store this info to pass on a property about a customer that has a subscription. For example. I would add a flow filter that is the same as a segment: "Properties about someone > Shopify tags > contains > Active Subscriber." could be used if you have a Shopify integration.

Another way would be with ReCharge. When a profile has an active subscription, we add a custom property on their profile called ReCharge Subscriptions, which includes a list of any subscriptions that they currently have that are active.  When they cancel, these values are removed and the ReCharge Subscriptions property would be empty if they don't have any active subscriptions.  The filter you'll want to use on your flow looks like this.


?name=inline-1825921924.png

With this filter, if anyone has an active recharge subscription or purchased, they will be skipped on this flow. Just note that the "Type" needs to be turned to "Text" to select "Is not set".

an example:
?name=inline-205734192.png

 I also recommend taking a look at these Community posts as they could provide some info on this setup.

 

Hope that helped,

Alex

Reply