R_Reno
June 27, 2024, 8:13pm
1
We have a Shopify Flow triggering a Customer Tag when a customer agrees to Marketing at checkout as well as when a customer subscribes.
However, I need to be able to remove that tag when an unsubscribe comes in. Any thoughts on how this can be achieved?
Thanks!
I added a customer unsubscribed trigger to my flow helper app:
https://docs.flow-helper.com/customer-unsubscribed-trigger
Note that the app is requiring a manual review due to a new template that I published, so this isn’t live right now - but I expect it to be within the next few days.
gs1234
August 12, 2025, 2:24pm
3
Hi,
Is this still functional, how could I incorporate this into flow too?
tim_1
August 12, 2025, 3:44pm
4
You can do this:
Create a new segment: “Customers”-> “Segments”-> “Create segment”-> “Apply filter”: email_subscription_status = 'SUBSCRIBED'
. Call it, say “Subscribed”.
In flow, use trigger “Customer left segment ” and select the segment you’ve just created.
if my post is helpful, please like it and mark as a solution -- this will help others find it
2 Likes
gs1234
August 13, 2025, 7:22am
5
Genius, great stuff. Thank you!