Overview

Namespaces

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

Classes

  • Activity
  • ActivityError
  • AddContacts
  • AddContactsImportData
  • ExportContacts
  • Overview
  • Namespace
  • Class

Class ExportContacts

Represents an Export Contacts Activity in Constant Contact

Ctct\Components\Component
Extended by Ctct\Components\Activities\ExportContacts
Namespace: Ctct\Components\Activities
Package: Components\Activities
Author: Constant Contact
Located at Components/Activities/ExportContacts.php
Methods summary
public Ctct\Components\Activities\ExportContacts
# __construct( array $lists = null )

Constructor

Constructor

Parameters

$lists
  • array of list id's to export from

Returns

Ctct\Components\Activities\ExportContacts
public string
# toJson( )

Create json used for a POST/PUT request, also handles removing attributes that will cause errors if sent

Create json used for a POST/PUT request, also handles removing attributes that will cause errors if sent

Returns

string
Methods inherited from Ctct\Components\Component
getValue()
Properties summary
public string $file_type
# "CSV"
public string $sort_by
# "EMAIL_ADDRESS"
public boolean $export_date_added
# true
public boolean $export_added_by
# true
public array $lists
# array()
public array $column_names
# array("Email Address", "First Name", "Last Name")
API documentation generated by ApiGen