Overview

Namespaces

  • Ctct
    • Auth
    • Components
      • Account
      • Activities
      • Contacts
      • EmailMarketing
      • Library
      • Tracking
    • Exceptions
    • Services
    • Util
    • WebHooks

Classes

  • ConstantContact
  • SplClassLoader
  • Overview
  • Namespace
  • Class

Class ConstantContact

Exposes all implemented Constant Contact API functionality

Namespace: Ctct
Package: Ctct
Author: Constant Contact
Version: 2.0.0
Link: https://developer.constantcontact.com
Located at ConstantContact.php
Methods summary
public
# __construct( string $apiKey )

Class constructor Registers the API key with the ConstantContact class that will be used for all API calls.

Class constructor Registers the API key with the ConstantContact class that will be used for all API calls.

Parameters

$apiKey
  • Constant Contact API Key
Properties summary
public Ctct\Services\ContactService $contactService

Handles interaction with contact management

Handles interaction with contact management

#
public Ctct\Services\EmailMarketingService $emailMarketingService

Handles interaction with email marketing

Handles interaction with email marketing

#
public Ctct\Services\ListService $listService

Handles interaction with contact list management

Handles interaction with contact list management

#
public Ctct\Services\ActivityService $activityService

ActivityService for handling interaction with bulk activities

ActivityService for handling interaction with bulk activities

#
public Ctct\Services\CampaignTrackingService $campaignTrackingService

Handles interaction with email marketing tracking

Handles interaction with email marketing tracking

#
public Ctct\Services\ContactTrackingService $contactTrackingService

Handles interaction with contact tracking

Handles interaction with contact tracking

#
public Ctct\Services\CampaignScheduleService $campaignScheduleService

Handles interaction with email marketing campaign scheduling

Handles interaction with email marketing campaign scheduling

#
public Ctct\Services\AccountService $accountService

Handles interaction with account management

Handles interaction with account management

#
public Ctct\Services\LibraryService $libraryService

Handles interaction with Library management

Handles interaction with Library management

#
API documentation generated by ApiGen