Note: This is a development version and the management of the dependencies hasn't been determined yet. If you'd like to see what it does, try it in a local sandbox. A number of things may change.
Dependencies:
- A Constant Contact account. You can get a 60-day free trial - http://bit.ly/cctrial
- Constant Contact PHP SDK for v2 API - https://github.com/dakala/php-sdk
Steps:
-
Edit the composer.json in your Drupal site root:
"require": { ... "constantcontact/constantcontact": "dev-development", ... }, ... , "repositories": [ { "type": "vcs", "url": "https://github.com/dakala/php-sdk.git" } ], ...
-
Run composer update
-
Get the module from https://github.com/dakala/constant_contact and install.