Hello! I'm trying to create a trigger based on Stripe invoices, but I'm coming up short. My desired use case is as follows
Trigger: Find all Stripe invoices that are past due (status: open and due_date < NOW() )
Action: Create email draft in Gmail
I'm having trouble finding a trigger that makes sense for me here (triggers that I see are listed in the thread). Am I missing an easy solution here? Has anyone done something similar?