A user seeks to automatically remove a customer tag in Shopify Flow when someone unsubscribes from marketing emails, having already set up flows to add tags when customers opt in.
Proposed Solutions:
Third-party app approach: One contributor developed a “customer unsubscribed” trigger for their Flow Helper app, though it was temporarily under manual review at the time of posting. A later inquiry suggests interest in whether this solution became available.
Native Shopify solution (accepted): Create a customer segment filtered by email_subscription_status = 'SUBSCRIBED', then use the “Customer left segment” trigger in Flow to detect unsubscribes and remove the tag accordingly.
The native segment-based workaround was confirmed as helpful and appears to resolve the issue without requiring additional apps.
Summarized with AI on October 25.
AI used: claude-sonnet-4-5-20250929.
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.