You are here

48 calls to MCAPI::callServer() in Mailchimp 6

MCAPI::apikeyAdd in ./MCAPI.class.php
Add an API Key to your account. We will generate a new key for you and return it.
MCAPI::apikeyExpire in ./MCAPI.class.php
Expire a Specific API Key. Note that if you expire all of your keys, a new, valid one will be created and returned next time you call login(). If you are trying to shut off access to your account for an old developer, change your MailChimp password,…
MCAPI::apikeys in ./MCAPI.class.php
Retrieve a list of all MailChimp API Keys for this User
MCAPI::callMethod in ./MCAPI.class.php
Internal function - proxy method for certain XML-RPC calls | DO NOT CALL
MCAPI::campaignAbuseReports in ./MCAPI.class.php
Get all email addresses that complained about a given campaign
MCAPI::campaignAllEmailStatsAIM in ./MCAPI.class.php
Given a campaign and email address, return the entire click and open history with timestamps, ordered by time
MCAPI::campaignClickDetailAIM in ./MCAPI.class.php
Return the list of email addresses that clicked on a given url, and how many times they clicked
MCAPI::campaignClickStats in ./MCAPI.class.php
Get an array of the urls being tracked, and their click counts for a given campaign
MCAPI::campaignContent in ./MCAPI.class.php
Get the content (both html and text) for a campaign, exactly as it would appear in the campaign archive
MCAPI::campaignCreate in ./MCAPI.class.php
Create a new draft campaign to send
MCAPI::campaignEcommAddOrder in ./MCAPI.class.php
BETA: Attach Ecommerce Order Information to a Campaign. Note, this is expected to be used by ecommerce package plugins that we provide.
MCAPI::campaignEmailStatsAIMAll in ./MCAPI.class.php
Given a campaign and email address, return the entire click and open history with timestamps, ordered by time
MCAPI::campaignFolders in ./MCAPI.class.php
List all the folders for a user account
MCAPI::campaignHardBounces in ./MCAPI.class.php
Get all email addresses with Hard Bounces for a given campaign
MCAPI::campaignNotOpenedAIM in ./MCAPI.class.php
Retrieve the list of email addresses that did not open a given campaign
MCAPI::campaignOpenedAIM in ./MCAPI.class.php
Retrieve the list of email addresses that opened a given campaign with how many times they opened
MCAPI::campaignPause in ./MCAPI.class.php
Pause a RSS campaign from sending
MCAPI::campaignResume in ./MCAPI.class.php
Resume sending a RSS campaign
MCAPI::campaigns in ./MCAPI.class.php
Get the list of campaigns and their details matching the specified filters
MCAPI::campaignSchedule in ./MCAPI.class.php
Schedule a campaign to be sent in the future
MCAPI::campaignSegmentTest in ./MCAPI.class.php
Allows one to test their segmentation rules before creating a campaign using them
MCAPI::campaignSendNow in ./MCAPI.class.php
Send a given campaign immediately
MCAPI::campaignSendTest in ./MCAPI.class.php
Send a test of this campaign to the provided email address
MCAPI::campaignSoftBounces in ./MCAPI.class.php
Get all email addresses with Soft Bounces for a given campaign
MCAPI::campaignStats in ./MCAPI.class.php
Given a list and a campaign, get all the relevant campaign statistics (opens, bounces, clicks, etc.)
MCAPI::campaignTemplates in ./MCAPI.class.php
Retrieve all templates defined for your user account
MCAPI::campaignUnschedule in ./MCAPI.class.php
Unschedule a campaign that is scheduled to be sent in the future
MCAPI::campaignUnsubscribes in ./MCAPI.class.php
Get all unsubscribed email addresses for a given campaign
MCAPI::campaignUpdate in ./MCAPI.class.php
Update just about any setting for a campaign that has <i>not</i> been sent. See campaignCreate() for details
MCAPI::generateText in ./MCAPI.class.php
Have HTML content auto-converted to a text-only format. You can send: plain HTML, an array of Template content, an existing Campaign Id, or an existing Template Id. Note that this will <b>not</b> save anything to or update any of your…
MCAPI::getAffiliateInfo in ./MCAPI.class.php
Retrieve your User Unique Id and your Affiliate link to display/use for <a href="/monkeyrewards/" target="_blank">Monkey Rewards</a>. While we don't use the User Id for any API functions, it can be useful if…
MCAPI::inlineCss in ./MCAPI.class.php
Send your HTML content to have the CSS inlined and optionally remove the original styles.
MCAPI::listBatchSubscribe in ./MCAPI.class.php
Subscribe a batch of email addresses to a list at once
MCAPI::listBatchUnsubscribe in ./MCAPI.class.php
Unsubscribe a batch of email addresses to a list
MCAPI::listInterestGroupAdd in ./MCAPI.class.php
Add a single Interest Group
MCAPI::listInterestGroupDel in ./MCAPI.class.php
Delete a single Interest Group
MCAPI::listInterestGroups in ./MCAPI.class.php
Get the list of interest groups for a given list, including the label and form information
MCAPI::listMemberInfo in ./MCAPI.class.php
Get all the information for a particular member of a list
MCAPI::listMembers in ./MCAPI.class.php
Get all of the list members for a list that are of a particular status
MCAPI::listMergeVarAdd in ./MCAPI.class.php
Add a new merge tag to a given list
MCAPI::listMergeVarDel in ./MCAPI.class.php
Delete a merge tag from a given list and all it's members. Note that on large lists this method may seem a bit slower than calls you typical make.
MCAPI::listMergeVars in ./MCAPI.class.php
Get the list of merge tags for a given list, including their name, tag, and required setting
MCAPI::lists in ./MCAPI.class.php
Retrieve all of the lists defined for your user account
MCAPI::listSubscribe in ./MCAPI.class.php
Subscribe the provided email to a list
MCAPI::listUnsubscribe in ./MCAPI.class.php
Unsubscribe the given email address from the list
MCAPI::listUpdateMember in ./MCAPI.class.php
Edit the email address, merge fields, and interest groups for a list member
MCAPI::MCAPI in ./MCAPI.class.php
Connect to the MailChimp API for a given list. All MCAPI calls require login before functioning
MCAPI::ping in ./MCAPI.class.php
"Ping" the MailChimp API - a simple method you can call that will return a constant value as long as everything is good. Note than unlike most all of our methods, we don't throw an Exception if we are having issues. You will simply…