Ask HN: What do you use for email drip campaigns? (InfusionSoft, etc?)
I'm launching a new startup and I want to use good outbound email marketing in the form of a "drip campaign", where users are sent emails at 1 day, 7 days, 15 days, 30 days, 60 days after signup, and recieve different emails if they've signed up for the product or not.
I've worked with InfusionSoft but its $199/mo at the cheapest, and seen some alternatives like AllClients and Nanacast. They all have a very "1.0" feel about them and I'm wondering if there isnt a tool that is the preferred / state of the art for this type of thing/
For those that run web-based lifestyle startups, What do you use for email drip campaigns? (InfusionSoft, AllClients, Nanacast, etc?)
6 comments
[ 152 ms ] story [ 146 ms ] threadIf you want to get your hands dirty with the scheduling, etc, you can use a provider like SendGrid.
Make sense?
The only event-driven emails I'm currently sending line up pretty well with Stripe's events, so I'm just detecting them when they're sent from Stripe to my server, and firing off emails when they arrive. But if I wanted to set up a drip campaign like you've suggested, I'd just set up a daily cron job.