Email flows through bubble

Hey everyone,

I’m looking to create unique email flows for 4 different customer segments:

  1. Made account + didn’t free trial
  2. Made account + on free trial
  3. Made account + on paid plan
  4. Made account + on paid plan + cancelled

I could do this through Sendgrid, but I was wondering if anybody had experience doing these flows natively in Bubble via backend workflows? Can you just create lists for each of these customer segments within Bubble and trigger these flows to start/stop depending on whether users move from one list to another?

Why would you make 4 separate emails? Just make a dynamic body that changes based on their sub type, and keep the original context:

Made Account (No trial, free, paid, paid + cancelled).

I was looking to do a sequence of email flows, not just a single email for each of the segments outlined above