mailchimp-api-v3.0

MailChimp send email v3.0

流过昼夜 提交于 2019-12-10 13:58:32
问题 The version 2.0 of MailChimp APIs has a campaign send API. However I don't find any similar API on v3.0. I do find an automation API where in I can start a workflow, however it appears from the documentation that workflows can't be created using APIs and can be created only using the GUI. The requirement is to be able to send emails using MailChimp API. Please advise. 回答1: It's now possible to both create and send a campaign through the V3.0 API. See the 'Action' tab here You can send to a

Mailchimp Error: Bad Request - Your Campaign is not ready to send

早过忘川 提交于 2019-12-10 10:34:24
问题 I am using following tutorial to create campaign and send email in MailChimp using Php. https://isabelcastillo.com/create-send-mailchimp-campaign-api-3 My Code piece are require_once('../wp-load.php'); function isa_mailchimp_api_request( $endpoint, $type = 'POST', $body = '' ) { // Configure -------------------------------------- $api_key = 'API KEY HERE'; // Changed API Key here // STOP Configuring ------------------------------- $core_api_endpoint = 'https://<dc>.api.mailchimp.com/3.0/';

MailChimp Campaign Content Update

落花浮王杯 提交于 2019-12-10 03:38:02
问题 MailChimp campaign content docs - https://developer.mailchimp.com/documentation/mailchimp/reference/campaigns/content I'm trying to replace some placeholders in a campaign content with actual values via the API. At first, I thought there might be some syntax errors or internal logic errors like non-unique mc:edit s into a mc:repeatable that would get the HTML refused/declined by MailChimp, hence the update not taking place, however, that was not the case. Tried replacing html with a simple <p

Can you get a MailChimp interest group ID without using the API?

夙愿已清 提交于 2019-12-10 01:36:53
问题 With the MailChimp API, to add a member to a list with a specific interest group, you need both that list's ID and the interest group's ID. To get both those IDs, you can either query the API for them, or in the case of the list ID you can find it in the form code that the MailChimp interface outputs. The interest group ID can not be found in the same way: the form code simply users integer IDs to reference the interest groups, which are not accepted by the API. My question: is there any way

Finding cleaned/bounced email addresses for a MailChimp campaign or list

99封情书 提交于 2019-12-09 16:48:46
问题 I'd like to automate the gathering of unsubscribe and cleaned email accounts for a given campaign. In the API playground, I see all the methods available on the List entity. Unsubscribes I see that it's in the LIST API GET reports/xxxxxx/unsubscribed Cleaned Where can I find the cleaned/bounced emails from a list or campaign? I know I can see the count of bounced in various places, but I'd like to find the email addresses that actually bounced, and the first and last names of the list member.

Mailchimp API V3 jQuery Ajax POST subscribers

 ̄綄美尐妖づ 提交于 2019-12-09 03:06:34
问题 There has been a big update on the Mailchimp API (v3.0) and many of the jQuery plugins are out of date in order to POST subscribers on form.submit() . After reading v3.0 docs: Managing subscribers suggests the following JSON object format: { "email_address": "urist.mcvankab@freddiesjokes.com", "status": "subscribed", "merge_fields": { "FNAME": "Urist", "LNAME": "McVankab" } } And the following root endpoint for the API lists resource: https://<dc>.api.mailchimp.com/3.0/ So here's my form

mailchimp 3.0 Get template in html form

痴心易碎 提交于 2019-12-07 01:15:38
问题 Is there a way to get the actual html file in Mailchimp API 3.0? I tried this method, /3.0/templates/{template-Id}?apikey={myAPIkey} but it's not returning the actual file, it's giving me the thumbnail of the template. 回答1: There is currently no single API call to get the HTML source for a template as there is in API 2.0. Below is the reply I got from MailChimp support on December 9th, 2016: Thanks for reaching out to us with your question. At this time, API 3.0 does not contain a direct

How to find people who clicked on a specific campaign using Mailchimp API v3

柔情痞子 提交于 2019-12-06 16:39:09
问题 How do I find the list of all people who clicked on a specific campaign through Mailchimp API v3 ? 回答1: I think Email Activity is what you are looking for. the emails field contains all emails that opened the campain. 来源: https://stackoverflow.com/questions/37741487/how-to-find-people-who-clicked-on-a-specific-campaign-using-mailchimp-api-v3

Mailchimp Error: Bad Request - Your Campaign is not ready to send

ε祈祈猫儿з 提交于 2019-12-05 21:33:35
I am using following tutorial to create campaign and send email in MailChimp using Php. https://isabelcastillo.com/create-send-mailchimp-campaign-api-3 My Code piece are require_once('../wp-load.php'); function isa_mailchimp_api_request( $endpoint, $type = 'POST', $body = '' ) { // Configure -------------------------------------- $api_key = 'API KEY HERE'; // Changed API Key here // STOP Configuring ------------------------------- $core_api_endpoint = 'https://<dc>.api.mailchimp.com/3.0/'; list(, $datacenter) = explode( '-', $api_key ); $core_api_endpoint = str_replace( '<dc>', $datacenter,

mailchimp 3.0 Get template in html form

家住魔仙堡 提交于 2019-12-05 05:29:57
Is there a way to get the actual html file in Mailchimp API 3.0? I tried this method, /3.0/templates/{template-Id}?apikey={myAPIkey} but it's not returning the actual file, it's giving me the thumbnail of the template. There is currently no single API call to get the HTML source for a template as there is in API 2.0. Below is the reply I got from MailChimp support on December 9th, 2016: Thanks for reaching out to us with your question. At this time, API 3.0 does not contain a direct corollary that allows for the "source" of a Template to be retrieved. However, we are continuing to update the 3