Looking for someone who can implement the Constant Contact API into my Drupal site so when a user registers on our Drupal-based news site and the user "opts in" to receive email alerts (multiple options available), the API communicates with Constant Contact to set up the user in the CC engine. Same goes for removal as well. Any help and/or feedback is greatly appreciated.

Comments

nedjo’s picture

http://www.jamesbenson.net/projects/ConstantContact/

which, if usable, could make integration fairly straightforward.

Archie Bunker’s picture

Anyone have any suggestions on how I can implement this Constant Contact code? I'm willing to pay to have it done! The code is available from the link that NEDJO provided above.

Thanks for any help.

casconed’s picture

what is your timeframe/budget?

spyderpie’s picture

Has anyone made any progress on this?

Julie

bpocanada’s picture

Julie,

Contact me and I'll send you a sample newsletter that has been integrated with ePublish ( http://drupal.org/project/epublish)

--
Roshan Shah
http://www.bpocanada.com - Drupal and RoR Specialists
T : 604-630-4292
Vancouver, Canada
Skype/GoogleTalk/Yahoo : bpocanada

konsumer’s picture

I made this module:
http://drupal.org/project/constant_contact

Try it out, and post any support requests.

crinch’s picture

Hi,

konsumer I have installed this module and also give the username and password in the 'Constant Contact Settings' form. I am also the administrator of this site.
But when I go on this URL 'admin/settings/constant_contact_import', There is no list in the list drop down.

How can I use this. Thanks in advance
CRINCH

Mike Sances’s picture

just subscribing to this thread...have also installed but same situation as crinch. very glad to see this module. thanks.

konsumer’s picture

The Constant Contact API does not provide a way to get the list, so you need to copy and paste into the textbox in the settings. Put one list per line. After you add your lists, they will show up in the import form.

You guys should really file support requests, though, so I know what you need, and others will see your question attached to the project.

This would be considered a "support request".

bogdrupal’s picture

I think I am missing something ... I can't see how to get the module working. I installed as directed including downloading and placing the php file in the directory ... I set up the constant contact settings page ... but I get this error on the import list page ...

* warning: array_combine(): Both parameters should have at least 1 element in /hsphere/local/home/user/mysite.com/sites/all/modules/constant_contact/constant_contact.module on line 396.
* warning: Invalid argument supplied for foreach() in /hsphere/local/home/user/mysite.com/includes/form.inc on line 949.

many thanks.

Thomasr976’s picture

Yep same situation as bogdrupal

jakew’s picture

Same error here, patched for Drupal 6: http://drupal.org/node/229996#comment-1592560