Cristián Lávaque wrote:Well, you could have the first email in your autoresponder sequence be a welcome email. Would that work?
A couple of days ago I implemented the silent registration using the filter provided by Jason. Users are subscribed to the MailChimp list perfectly, but there is a problem sending autoresponders after such a signup, namely MailChimp doesn't allow to send any autoresponders based on signup date to subscribers who were signed up via the API.
A quote from a MailChimp Support page: "That means the autoresponder will not trigger on the "date added" field when email addresses are added to your list by import, added via the "add people" function, if addresses are added by the API, or if subscribers are brought into your list via an integration import." (
http://kb.mailchimp.com/article/why-isn ... er-sending)
That's a big problem since it prevents us from sending a welcome email or any automated email sequence to the subscribers...
MailChimp suggests a workaround: "You can work around this by creating a new date field and build an autoresponder to trigger from that field. This will require you to add the date in yourself, but it will also allow you to trigger from the date you specify."
For this to work, s2Member has to be able to send a custom date field along with the signup date. Maybe this could be achieved with the custom registration fields? But it would have to be a hidden field since we can't ask users to fill in the registration date...
Jason, Cristián, can you suggest a solution? Right now I have two bad options to choose from: either I force users to confirm their registration twice (first for the WP account, then for the MailChimp list), which is a pain for them and does decimate the users who really sign up for the list, or I add them manually to the MailChimp list but then can't send them any autoresponders at all, which cripples all marketing efforts.