6 calls to cc::get_list_url() in Constant Contact 6.2
- cc::clear_contacts in ./
class.cc.php - * Be careful with this method :) * You can use this to clear all contacts from a specific set of contact lists * * *
- cc::create_campaign in ./
class.cc.php - * Creates a new campaign * * @access public
- cc::create_contacts in ./
class.cc.php - * This method is used to add 25 or more contacts * Pass this method an associative array of contact details * Alternatively you can give a path to a local or remote file * The file should be text or CSV format: * * * *
- cc::export_contacts in ./
class.cc.php - * This method creates a new export contacts activity * It returns the activity ID to use to check the status * * *
- cc::update_contact in ./
class.cc.php - * Updates a contact * * @access public
- cc::update_list in ./
class.cc.php - * Updates an existing contact list * * * @access public