TTMSFNCCloudMailChimpMarketing Class
Component for managing marketing audiences, members, campaigns, and campaign content.
API unit family: TMSFNCCloudMailChimp.Marketing
Inherits from: TTMSFNCCloudCustomMailChimpMarketing
Syntax
TTMSFNCCloudMailChimpMarketing = class(TTMSFNCCloudCustomMailChimpMarketing)
Properties
| Name | Description |
|---|---|
| APIKey | Gets or sets the API key used to authenticate marketing API calls. (inherited from TTMSFNCCloudCustomMailChimpMarketing) |
| Campaigns | Gets or sets the cached campaigns returned by campaign operations. (inherited from TTMSFNCCloudCustomMailChimpMarketing) |
| DataCenter | Gets or sets the data-center code used to build marketing API endpoints. (inherited from TTMSFNCCloudCustomMailChimpMarketing) |
| HasMoreCampaigns | Gets whether another page of campaigns is available. (inherited from TTMSFNCCloudCustomMailChimpMarketing) |
| HasMoreLIsts | Gets whether another page of lists is available. (inherited from TTMSFNCCloudCustomMailChimpMarketing) |
| HasMoreMembers | Gets whether another page of members is available. (inherited from TTMSFNCCloudCustomMailChimpMarketing) |
| Lists | Gets or sets the cached subscriber lists returned by list operations. (inherited from TTMSFNCCloudCustomMailChimpMarketing) |
| Members | Gets or sets the cached list members returned by member operations. (inherited from TTMSFNCCloudCustomMailChimpMarketing) |
Methods
| Name | Description |
|---|---|
| AddCampaign | Adds a campaign using the supplied campaign object. (inherited from TTMSFNCCloudCustomMailChimpMarketing) |
| AddList | Adds a subscriber list using the values in the supplied list object. (inherited from TTMSFNCCloudCustomMailChimpMarketing) |
| AddMember | Adds a member to a subscriber list. (inherited from TTMSFNCCloudCustomMailChimpMarketing) |
| ArchiveMember | Archives a list member without deleting the member record permanently. (inherited from TTMSFNCCloudCustomMailChimpMarketing) |
| DeleteCampaign | Deletes an existing campaign. (inherited from TTMSFNCCloudCustomMailChimpMarketing) |
| DeleteList | Deletes an existing subscriber list. (inherited from TTMSFNCCloudCustomMailChimpMarketing) |
| DeleteMember | Deletes a list member. (inherited from TTMSFNCCloudCustomMailChimpMarketing) |
| GetAllMembers | Requests all members for a subscriber list using the component paging state. (inherited from TTMSFNCCloudCustomMailChimpMarketing) |
| GetCampaignContent | Requests the HTML and plain-text content for a campaign. (inherited from TTMSFNCCloudCustomMailChimpMarketing) |
| GetCampaignInfo | Requests details for a single campaign. (inherited from TTMSFNCCloudCustomMailChimpMarketing) |
| GetCampaigns | Requests campaigns from the service. (inherited from TTMSFNCCloudCustomMailChimpMarketing) |
| GetCurrentMembers | Requests the current page of members for a subscriber list. (inherited from TTMSFNCCloudCustomMailChimpMarketing) |
| GetFirstMembers | Requests the first page of members for a subscriber list. (inherited from TTMSFNCCloudCustomMailChimpMarketing) |
| GetListInfo | Requests details for a single subscriber list. (inherited from TTMSFNCCloudCustomMailChimpMarketing) |
| GetLists | Requests subscriber lists from the service. (inherited from TTMSFNCCloudCustomMailChimpMarketing) |
| GetMemberInfo | Requests details for a single list member. (inherited from TTMSFNCCloudCustomMailChimpMarketing) |
| GetMembers | Requests members for a subscriber list. (inherited from TTMSFNCCloudCustomMailChimpMarketing) |
| GetNextMembers | Requests the next page of members for a subscriber list. (inherited from TTMSFNCCloudCustomMailChimpMarketing) |
| GetPreviousMembers | Requests the previous page of members for a subscriber list. (inherited from TTMSFNCCloudCustomMailChimpMarketing) |
| SendCampaign | Sends a campaign. (inherited from TTMSFNCCloudCustomMailChimpMarketing) |
| SetCampaignContent | Updates the HTML and optional plain-text content of a campaign. (inherited from TTMSFNCCloudCustomMailChimpMarketing) |
| UpdateCampaignSettings | Updates settings for an existing campaign. (inherited from TTMSFNCCloudCustomMailChimpMarketing) |
| UpdateList | Updates an existing subscriber list. (inherited from TTMSFNCCloudCustomMailChimpMarketing) |
| UpdateMember | Updates an existing list member. (inherited from TTMSFNCCloudCustomMailChimpMarketing) |
Events
| Name | Description |
|---|---|
| OnAddCampaign | Occurs after a campaign is added. (inherited from TTMSFNCCloudCustomMailChimpMarketing) |
| OnAddList | Occurs after a subscriber list is created. (inherited from TTMSFNCCloudCustomMailChimpMarketing) |
| OnAddMember | Occurs after a list member is added. (inherited from TTMSFNCCloudCustomMailChimpMarketing) |
| OnArchiveMember | Occurs after a list member is archived. (inherited from TTMSFNCCloudCustomMailChimpMarketing) |
| OnDeleteCampaign | Occurs after a campaign is deleted. (inherited from TTMSFNCCloudCustomMailChimpMarketing) |
| OnDeleteList | Occurs after a subscriber list is deleted. (inherited from TTMSFNCCloudCustomMailChimpMarketing) |
| OnDeleteMember | Occurs after a list member is deleted. (inherited from TTMSFNCCloudCustomMailChimpMarketing) |
| OnError | Occurs when a marketing API request fails. (inherited from TTMSFNCCloudCustomMailChimpMarketing) |
| OnGetCampaignContent | Occurs after campaign content is retrieved. (inherited from TTMSFNCCloudCustomMailChimpMarketing) |
| OnGetCampaignInfo | Occurs after a campaign is retrieved. (inherited from TTMSFNCCloudCustomMailChimpMarketing) |
| OnGetCampaigns | Occurs after campaigns are retrieved. (inherited from TTMSFNCCloudCustomMailChimpMarketing) |
| OnGetListInfo | Occurs after a subscriber list is retrieved. (inherited from TTMSFNCCloudCustomMailChimpMarketing) |
| OnGetLists | Occurs after subscriber lists are retrieved. (inherited from TTMSFNCCloudCustomMailChimpMarketing) |
| OnGetMemberInfo | Occurs after a list member is retrieved. (inherited from TTMSFNCCloudCustomMailChimpMarketing) |
| OnGetMembers | Occurs after list members are retrieved. (inherited from TTMSFNCCloudCustomMailChimpMarketing) |
| OnSendCampaign | Occurs after a campaign is sent. (inherited from TTMSFNCCloudCustomMailChimpMarketing) |
| OnSetCampaignContent | Occurs after campaign content is updated. (inherited from TTMSFNCCloudCustomMailChimpMarketing) |
| OnUpdateCampaignSettings | Occurs after campaign settings are updated. (inherited from TTMSFNCCloudCustomMailChimpMarketing) |
| OnUpdateList | Occurs after a subscriber list is updated. (inherited from TTMSFNCCloudCustomMailChimpMarketing) |
| OnUpdateMember | Occurs after a list member is updated. (inherited from TTMSFNCCloudCustomMailChimpMarketing) |