Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Getting Started

ctctsupport edited this page May 1, 2011 · 1 revision
  1. Extract the entire library into an appropriate location for your usage

  2. Include 'ConstantContact.php' in whatever file you wish to make Constant Contact API calls

<?php
include_once('ConstantContact.php');
?>
  1. Instantiate the ConstantContact class using either Basic or OAuth authentication. See Authentication for more details.
Clone this wiki locally