Tell me more ×
Answers OnStartups is a question and answer site for entrepreneurs looking to start or run a new business. It's 100% free, no registration required.

I want my marketing guy to be able to define emails that will be sent to my users based on queries that he should be able to build.

  • If 30 days have passed since user signed in Then send email A
  • If user sends first message Then send email B

As a developer I just want to send what a specific user do to this automation app and let the marketer deal with email automation:

  • Just signed in (2011-09-10 12:41)
  • Sent first message (2011-09-11 13:54)
  • ...

Does such an app exist ?

share|improve this question
Someone also mentioned officeautopilot.com to me. – Aymeric Gaurat-Apelli Sep 29 '11 at 1:53
1  
Why not just build it? Sounds easy enough to develop and you can tailor it to your specs. If I were going to build something like this for me and my business I would think it would take me about 4 days max. Plus you wouldn't have to worry about any monthly fees. Some of these SAAS apps being recommended here are just way too expensive and not flexible enough to allow for custom rules like you had mentioned you needed. – Tim Feb 9 '12 at 15:25
I prefer to pay $10 per month than spend 4 days of my time. (there is a risk that 4 days is underestimating the amount of effort required too) – Aymeric Gaurat-Apelli Feb 16 '12 at 0:07

4 Answers

up vote 2 down vote accepted

Infusionsoft would be another option. It's meant for businesses already with a steady flow of prospects and customers and are slightly beyond the "startup" and "idea" stage. It's the most powerful marketing automation software for small business and email is one of its strong suits.

For larger applications a combination between Salesforce.com and ExactTarget would work, too. But for most small businesses, Infusionsoft is an all-in-one marketing suite for this.

See the details on what they provide: http://www.infusionsoft.com/products/features/email-marketing

share|improve this answer

If you've worked hard to get the permission of users to market to them directly, I wouldn't take the value of that list lightly. For starters, I would highly suggest outsourcing it to a email marketing service provider - because the simple application you're talking about would easily be out done by one of these services.

Quick Google search pulled up this 2011 Best Email Marketing Service Comparisons and Reviews - which I'd take with as a starting point for features and providers, not an authority who to select.

share|improve this answer
blunders, sorry I wasn't clear in my question. I know about MailChimp, SendGrid and PostMark for example. None of them give you an easy way to send emails based on your users activity without requiring a developer. – Aymeric Gaurat-Apelli Sep 26 '11 at 22:33

Since your user data is likely in your database. If you important it into (or better, sync it with) say Outlook then you could likely write a simple VBA routine to do it for you.

It seems it would take a very short time to write such a utility (a bit small to be called an app). You could likely get someone on one of the freelance sites (http://vworker.com or http://guru.com or http://elance.com) to write it for you for less than $100.

share|improve this answer
I am a developer myself so I could develop it but before I do that I wonder if such an app exists. – Aymeric Gaurat-Apelli Sep 26 '11 at 22:34
I understand looking to see what's out there but from developer to developer, you're looking at an hour's work, tops, to write it yourself. Considering your data is likely in some database, you're not going to find an email app which ties to your custom database (without writing code). Were it me, I would write it and be done with it. – John Sep 26 '11 at 23:01

When I was looking for an email list management application, I took a liking to MailList King out of New Zealand. It's a powerful app from a small company that provides good support. You might check with them whether they can customize any functionality you need that they don't already offer.

www.xequte.com/maillistking/

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.