You are here

25 calls to cc::load_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_contact in ./class.cc.php
* Creates a new contact * * @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::create_list in ./class.cc.php
* Creates a new contact list * * * @access public
cc::delete_campaign in ./class.cc.php
* Deletes a campaign * * @access public
cc::delete_contact in ./class.cc.php
* Deletes a contact * * @access public
cc::delete_list in ./class.cc.php
* Deletes a contact list * * * @access public
cc::download_activity_file in ./class.cc.php
* Downloads an activity file * * @access public
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::get_activities in ./class.cc.php
* Gets all activities * * @access public
cc::get_activity in ./class.cc.php
* Gets an individual activity * * @access public
cc::get_campaign in ./class.cc.php
* Gets an individual campaign * * @access public
cc::get_campaigns in ./class.cc.php
* Gets all campaigns * * @access public
cc::get_contact in ./class.cc.php
* Gets a specific contacts details * * @access public
cc::get_contacts in ./class.cc.php
* Gets all contacts and allows paging of the results * * @access public
cc::get_emails in ./class.cc.php
* Gets all account email addresses * These are used with the campaigns collection * * @access public
cc::get_list in ./class.cc.php
* Gets the details of a specific constant list * * * @access public
cc::get_lists in ./class.cc.php
* Gets all the contact lists for the CC account * The results are pageable * Second argument can be used to show/hide the do-not-mail etc lists * * * @access public
cc::get_list_members in ./class.cc.php
* Gets the members (contacts) in a specific contact list * Supports paging of the results * * * @access public
cc::get_service_description in ./class.cc.php
* This gets the service description file from CC * * * @access public
cc::query_campaigns in ./class.cc.php
* This queries the API for campaigns with a certain status * Supported status codes are: * SENT All campaigns that have been sent and not currently scheduled for resend * SCHEDULED All campaigns that are currently scheduled to be sent…
cc::query_contacts in ./class.cc.php
* This queries the API for contacts with a similar email address to the one you supply * * @access public
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