You are here

65 calls to MCAPI::callServer() in Mailchimp 7

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::campaignAdvice in ./MCAPI.class.php
Retrieve the text presented in our app for how a campaign performed and any advice we may have for you - best suited for display in customized reports pages. Note: some messages will contain HTML - clean tags as necessary
MCAPI::campaignAnalytics in ./MCAPI.class.php
Retrieve the Google Analytics data we've collected for this campaign. Note, requires Google Analytics Add-on to be installed and configured.
MCAPI::campaignBounceMessages in ./MCAPI.class.php
Retrieve the full bounce messages for the given campaign. Note that this can return very large amounts of data depending on how large the campaign was and how much cruft the bounce provider returned. Also, message over 30 days old are subject to being…
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 either as it would appear in the campaign archive or as the raw, original content
MCAPI::campaignCreate in ./MCAPI.class.php
Create a new draft campaign to send
MCAPI::campaignDelete in ./MCAPI.class.php
Delete a campaign. Seriously, "poof, gone!" - be careful!
MCAPI::campaignEcommAddOrder in ./MCAPI.class.php
Attach Ecommerce Order Information to a Campaign. This will generall be used by ecommerce package plugins <a href="/plugins/ecomm360.phtml">that we provide</a> or by 3rd part system developers.
MCAPI::campaignEcommOrders in ./MCAPI.class.php
Retrieve the Ecommerce Orders tracked by campaignEcommAddOrder()
MCAPI::campaignEmailDomainPerformance in ./MCAPI.class.php
Get the top 5 performing email domains for this campaign. Users want more than 5 should use campaign campaignEmailStatsAIM() or campaignEmailStatsAIMAll() and generate any additional stats they require.
MCAPI::campaignEmailStatsAIM in ./MCAPI.class.php
Given a campaign and email address, return the entire click and open history with timestamps, ordered by time
MCAPI::campaignEmailStatsAIMAll in ./MCAPI.class.php
Given a campaign and correct paging limits, return the entire click and open history with timestamps, ordered by time, for every user a campaign was delivered to.
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 - note: this AIM function is free and does not actually require the AIM module to be installed
MCAPI::campaignPause in ./MCAPI.class.php
Pause an AutoResponder orRSS campaign from sending
MCAPI::campaignReplicate in ./MCAPI.class.php
Replicate a campaign.
MCAPI::campaignResume in ./MCAPI.class.php
Resume sending an AutoResponder or 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::campaignShareReport in ./MCAPI.class.php
Get the URL to a customized VIP Report for the specified campaign and optionally send an email to someone with links to it. Note subsequent calls will overwrite anything already set for the same campign (eg, the password)
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 <em>not</em> been sent. See campaignCreate() for details
MCAPI::createFolder in ./MCAPI.class.php
Create a new folder to file campaigns in
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::getAccountDetails in ./MCAPI.class.php
Retrieve lots of account information including payments made, plan info, some account stats, installed modules, contact info, and more. No private information like Credit Card numbers is available.
MCAPI::getAffiliateInfo in ./MCAPI.class.php
<strong>DEPRECATED:</strong> 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…
MCAPI::inlineCss in ./MCAPI.class.php
Send your HTML content to have the CSS inlined and optionally remove the original styles.
MCAPI::listAbuseReports in ./MCAPI.class.php
Get all email addresses that complained about a given campaign
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::listGrowthHistory in ./MCAPI.class.php
Access the Growth History by Month for a given list.
MCAPI::listInterestGroupAdd in ./MCAPI.class.php
Add a single Interest Group - if interest groups for the List are not yet enabled, adding the first group will automatically turn them on.
MCAPI::listInterestGroupDel in ./MCAPI.class.php
Delete a single Interest Group - if the last group for a list is deleted, this will also turn groups for the list off.
MCAPI::listInterestGroups in ./MCAPI.class.php
Get the list of interest groups for a given list, including the label and form information
MCAPI::listInterestGroupUpdate in ./MCAPI.class.php
Change the name of an Interest Group
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 its members. Seriously - the data is removed from all members as well! Note that on large lists this method may seem a bit slower than calls you typically 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::listMergeVarUpdate in ./MCAPI.class.php
Update most parameters for a merge tag on a given list. You cannot currently change the merge type
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. By default this sends a confirmation email - you will not see new members until the link contained in it is clicked!
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::listWebhookAdd in ./MCAPI.class.php
Add a new Webhook URL for the given list
MCAPI::listWebhookDel in ./MCAPI.class.php
Delete an existing Webhook URL from a given list
MCAPI::listWebhooks in ./MCAPI.class.php
Return the Webhooks configured for the given list
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…