Class Interests
- MailChimp\MailChimp
-
MailChimp\Lists\Lists
-
MailChimp\Lists\Interests
Methods summary
public
object
|
#
getInterestCategories( string $list_id, array $query = [] )
Get information about a list’s interest categories. |
public
object
|
#
getInterestCategory( string $list_id, string $interest_category_id, array $query = [] )
Get information about a specific interest category. |
public
object
|
#
createInterestCategory( string $list_id, array $title, $type, $display_order = null )
Create a new interest category |
public
object
|
#
updateInterestCategory( string $list_id, string $interest_category_id, array $data = [] )
Update a specific interest category. |
public
|
#
deleteInterestCategory( string $list_id, string $interest_category_id )
Delete a specific interest category. |
public
object
|
#
getInterests( string $list_id, array $interest_category_id, array $query = [] )
Get a list of this category’s interests. |
public
object
|
#
getInterest( string $list_id, string $interest_category_id, string $interest_id, array $query = [] )
Get interests or ‘group names’ for a specific category. |
public
object
|
#
createInterest( string $list_id, string $interest_category_id, array $name, $display_order = null )
Create a new interest or ‘group name’ for a specific category. |
public
object
|
#
updateInterest( string $list_id, string $interest_category_id, string $interest_id, array $data = [] )
Update interests or ‘group names’ for a specific category. |
public
object
|
#
deleteInterest( string $list_id, string $interest_category_id, string $interest_id )
Delete interests or group names in a specific category. |
Methods inherited from MailChimp\Lists\Lists
batchMembers(),
createList(),
deleteList(),
getAbuseReport(),
getAbuseReports(),
getActivity(),
getClients(),
getGrowthHistory(),
getGrowthHistoryMonth(),
getList(),
getLists(),
interests(),
members(),
mergeFields(),
segments(),
signupForms(),
updateList(),
webhooks()
Methods inherited from MailChimp\MailChimp
__construct(),
authorizedApps(),
automations(),
batchOps(),
campaignFolders(),
campaigns(),
conversations(),
createLog(),
ecommerce(),
execute(),
fileManager(),
fileManagerFolders(),
getAccountInfo(),
getMemberHash(),
lists(),
logData(),
optionalFields(),
reports(),
searchMembers(),
templateFolders(),
templates()