mailchimp-api-v3.0 Questions

3

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...
Deathful asked 27/11, 2015 at 14:35

1

I'm trying to make an axios request to my mailchimp account. But it does not seem to be working. I cannot get it to authorize me - what am I doing wrong here? I have been following this tutorial: w...
Septemberseptembrist asked 14/2, 2018 at 15:29

1

Solved

My email template has some intro text followed by a repeatable block [a picture + a button]. I would like to repeat this block some X times and each time have picture link and button link updated ...
Rabia asked 9/12, 2018 at 12:58

6

Solved

I'm trying to add users to a list I've created in Mailchimp but I can't find any code examples anywhere. I've tried figuring out how to use the API but I'm very much a "Look at an example and learn...
Tryparsamide asked 27/5, 2015 at 12:8

1

I tried to update my campaign html content using mailchimp api: /campaigns/{campaign_id}/content You can find more information about this api here: https://developer.mailchimp.com/documentation/...
Manaus asked 31/10, 2017 at 1:18

6

Solved

http://kb.mailchimp.com/api/resources/lists/members/lists-members-collection Using this resource we can obtain only first 10 members. How to get all?
Housemaster asked 21/8, 2015 at 14:58

3

I'm using this MailChimp api v3 wrapper https://github.com/drewm/mailchimp-api/tree/api-v3 Using the example I can add an email to my list but cannot add it to one of my interest groups. This is ...
Brassy asked 14/9, 2015 at 7:24

2

I'm using the "playground" to test creating a segment but I keep getting validations errros my request: { "name": "MyTest", "options": { "match": "any", "conditions": [ { "field": "EMAIL", ...
Foison asked 29/9, 2015 at 16:23

2

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 valu...
Yelena asked 26/2, 2018 at 16:15

2

Given a unique_email_id, how can I retrieve all list members matching that ID? I am attempting to use the search-members endpoint, ala what I do for searching email-addresses: https://us9.api.mai...
Horowitz asked 19/7, 2017 at 13:41

2

Solved

I would like to use Mailchimp Api 3.0 to add a subscriber to an automation workflow, but I can't find where the workflow_id or workflow_email_id are located... this is from the documentation: PO...
Estivation asked 2/12, 2016 at 3:6

1

Solved

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-lo...
Holohedral asked 15/9, 2017 at 11:13

4

I've got problem with creating new member in the list using v3 API. I'm sending post request with json data : url: https://us10.api.mailchimp.com/3.0/lists/<list-id>/members headers: C...
Zennas asked 6/10, 2015 at 10:14

2

I would like to use the Mailchimp v3.0 API to send a final welcome mail, without going through the double opt-in procedure. If I set the status to "pending" I get the double opt-in, at least some...
Vulcanology asked 14/3, 2016 at 10:33

2

Solved

I have a sidekiq worker which will request 3rd party api(Mailchimp) and got some response. Sometimes it will response an error message which the api gem will raise an error. However, those Errors ...
Enantiomorph asked 26/6, 2017 at 7:6

3

Solved

I've just read the following on the MailChimp website: MailChimp API v3.0 is now live! Prior versions will no longer be supported after 2016, so all API users should begin transitioning to v3.0...
Poly asked 25/7, 2016 at 14:4

3

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 doc...
Enfield asked 15/5, 2015 at 11:40

3

Solved

I am trying to create a new campaign using MailChimp API v3.0 but I do not see any method that allows me to make this in the resources of the API. Does anyone know how I can do this?
Santalaceous asked 15/7, 2015 at 10:30

3

Solved

I have this code below that adds a user to a pre-existing list in Mailchimp. $apikey = '<api_key>'; $auth = base64_encode( 'user:'.$apikey ); $data = array( 'apikey' => $apikey, 'ema...
Melano asked 29/5, 2015 at 14:10

1

I am running the following code (I've hidden ID's) to add/update a subscriber's interest groups in a MailChimp list: $mailchimp->patch('lists/1234567/members/' . md5('[email protected]'), ...
Fagaceous asked 16/5, 2016 at 6:17

8

Solved

I'm currently using the MailChimp API for PHP, version 1.3.1 (http://apidocs.mailchimp.com/api/downloads/#php) I've set up a list in MailChimp, and would like to dynamically add: Subscribers to ...
Carranza asked 6/1, 2012 at 17:8

1

I have test-driving for Mailchimp API v3 using your PHP wrapper. It's working great for me But when I'm creating a request using POST for "Create Segment" getting an error (attach screenshot): Req...
Heim asked 4/1, 2017 at 13:45

4

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 subscriber...
Scute asked 25/9, 2015 at 8:38

3

Solved

I have a few lists in mailchimp, some which have thousands of users and one of the representatives recommended I merge some of my lists and use 'groups' (A.K.A. Interests) to target certain audienc...
Newsdealer asked 4/6, 2015 at 21:42

3

Solved

I'm trying to access our MailChimp account via the new 3.0 REST API. I've done the following: using(var http = new HttpClient()) { var creds = Convert.ToBase64String(Encoding.ASCII.GetBytes("user...
Hyaena asked 20/5, 2015 at 21:12

© 2022 - 2024 — McMap. All rights reserved.