AceCentre / SpeechBubble

Working code for v2 of the speechbubble.org.uk site. See acecentre.org.uk for more details
4 stars 3 forks source link

Users/Mailchimp #17

Closed willwade closed 9 years ago

willwade commented 9 years ago

So on signup, if user happy to be contacted then add to MailChimp list. On Members page, if they deselect option then would remove from list.

Not sure if this should be leveraged by Mandrill.. The mailchimp API is crappy. Here is the (slightly modified) code that we used on aacinfo.email that may help (see API docs on subscribe)

        mcout = mailchimp_client.lists.subscribe('ec5a06da07', {'email':request.form['EMAIL']}, {'groupings': [{'id': 11085,'groups': ('SpeechBubble','Other')}], 'optin_ip':usersip, 'LOCATION':'Unspecified','POINT':'SpeechBubble','TYPE':request.form['ROLE']},'html', True, True, False)