Acutally reading on.. this is for MailChimp API v1.3 which is deprecated. This is not the modern way to go.
Install this https://github.com/danesparza/MailChimp.NET via Nuget (then I had to restart VS to get it to see the reference).. then use the code examples to add to a custom workflow - add the workflow to your form and viola!
Post to MailChimp
Hi
Is there an obvious way to post Contour form results to MailChimp or would I need to build my own web service to connect to it?
Thanks
Dan
I think you would have to build your own web service to accomplish your task :)
/Jan
hi, guys now three years later i ask the same question: is there a simple way for contour and mailChimp to work together?
mvh
Comment author was deleted
Check: http://jamesdrever.co.uk/blog/?p=267
Comment author was deleted
What that post is is basicly a custom workflow type that makes use of the mailchip api (using a .net wrapper)
Sorry to dredge up an old thread but here is a working link http://blog.jamesdrever.co.uk/?p=267
EDIT -
Acutally reading on.. this is for MailChimp API v1.3 which is deprecated. This is not the modern way to go.
Install this https://github.com/danesparza/MailChimp.NET via Nuget (then I had to restart VS to get it to see the reference).. then use the code examples to add to a custom workflow - add the workflow to your form and viola!
...or just post directly to MailChimp. See this post: https://our.umbraco.org/forum/umbraco-forms/81595-umbraco-forms-plus-mailchimp
/René
is working on a reply...