Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sending final welcome mail with Mailchimp API v3.0 without double opt-in

I would like to use the Mailchimp v3.0 API to send a final welcome mail, without going through the double opt-in procedure.

If I set the status to "pending" I get the double opt-in, at least sometimes, and of course the final welcome mail, as described in this post Realize Mailchimp Double-Opt-In with API 3.0

But I would like to do it without the double opt-in, as indicated should work automatically in this post Sending Welcome Email when using Mailchimp API 3 List/Member Method

I assume that the last post also requires the double opt-in, even if that is not mentioned in the post.

Anyone that have been able to do it in v3.0? I can do it in v2.0, but would like to use 3.0 going forward.

like image 748
patrik Avatar asked Mar 14 '16 10:03

patrik


People also ask

How do I create a final welcome email in Mailchimp?

Click the Manage Audience drop-down and choose Signup forms. Select Form builder. Click the Forms and response emails drop-down menu, and choose Final welcome email. Check the box next to Send a final welcome email to turn the final welcome email on, or uncheck the box to turn it off.


1 Answers

I needed the same kind of functionality, but unfortunately the final welcome email is only sent after a person has completed the double-opt in. Thus, as of right now Mailchimp does not support this out of the box in the list settings and you have to resort to other ways to send this kind of mail to your users.

Fortunately, you can actually achieve the same behavior using Mailchimp's automation feature: https://help.mailmunch.com/hc/en-us/articles/206143089-How-to-Enable-MailChimp-s-Welcome-Email-

For reference, the send final welcome mail option in the Mailchimp list dashboard has a tooltip that explicitly reads:

When people opt-in to your list, send them an email welcoming them to your newsletter.

like image 78
edwardmp Avatar answered Oct 04 '22 00:10

edwardmp