I’m using the Stripe plugin and I know it keeps track of each user’s subscription status. I’m already using workflows “Do when Current User’s Stripe Customer subscription’s Status is empty” to kick out non-subscribers.
I want to make a page where app admins can write an email to send to all users with active subscriptions to let them know about app updates, scheduling changes, etc.
I have input fields for the body and subject line, and a send button that triggers a workflow, and I’m using Do A Search for > Users > then constraints - but there’s no “subscription status” constraint. That seems to only work as a constraint for Current User, not a search for all users.
Any ideas to get this done? Am I missing something?