Questions tagged [mailchimp]

MailChimp helps you design email newsletters, share them on social networks, integrate with services you already use, and track your results. It's like your own personal publishing platform.

MailChimp makes it easy to design exceptional email campaigns, share them on social networks, integrate with web services you already use, manage subscribers, and track your results.

The MailChimp API allows developers to create integrations that connect MailChimp to a CMS, blog, shopping cart, and more. The majority of data and functionality within the MailChimp web application is accessible, so the integration possibilities are endless.

Resources

2413 questions
12
votes
2 answers

Does MailChimp have a sandbox API with dummy data in it for testing?

I'd like to start using the MailChimp API to create a utility that simply pulls some metrics from a user's account, such as subscribers, last campaign date (not sure if that one is available yet), open rate, etc. One critical issue I'm facing is…
Drewdavid
  • 3,071
  • 7
  • 29
  • 53
12
votes
5 answers

Mailchimp API not replacing mc:edit content sections (using ruby library)

I'm having a problem replacing mc:edit content areas in Mailchimp with the content that I provide. The email is sent out to the subscribers, but none of the content provided is added to the email. Can anyone see where I might be going wrong? This is…
Edd Slipszenko
  • 396
  • 3
  • 17
12
votes
3 answers

Does @font-face work in email templates?

Is there a way that I can embed custom web fonts using CSS's @font-face in email templates. This question is specifically related to email templates in MailChimp, but I would also like to know if there is a cross-browser solution that works on all…
JLF
  • 2,280
  • 4
  • 28
  • 45
12
votes
3 answers

How would I render a list with Mandrill template out of array passed in MERGE VARS

I have to make substitution with merge_vars. { "key":"some key", "template_name":"order-confirmation", "template_content":[ { "name":"ORDERNUMBER", "content":"12312312321" }, { "name":"PRICE", …
theDon
  • 121
  • 1
  • 6
12
votes
3 answers

Is it possible to use google webfonts in a MailChimp template?

I've been trying to incorporate google webfonts in MailChimp and can't get any solutions to work. I've tried the approach listed on Campaign Monitor's site using @import: http://www.campaignmonitor.com/blog/post/3897/using-web-fonts-in-email but I…
RustyDev
  • 1,094
  • 1
  • 9
  • 18
11
votes
5 answers

@mailchimp/mailchimp_marketing/types.d.ts' is not a module in nodeJs

I imported import @mailchimp/mailchim_marketing in my NodeJS app: import mailchimp from "@mailchimp/mailchimp_marketing"; However, it gives following error: type.d.ts is not a module I have searched to see if there is a…
chika
  • 177
  • 1
  • 3
  • 12
11
votes
2 answers

Mailchimp addListMember returns client error 400 bad request when already existing

I'm working on adding a basic Mailchimp subscribe form to a website using their MailchimpMarketing\ApiClient() composer resource. Adding a user seems to work fine, but when trying to add somebody who already exists, i'd expect just a nice json…
Matdragon
  • 169
  • 1
  • 7
11
votes
2 answers

Mailchimp listing only one RSS-Item

I have a problem extending my page with an RSS-Feed to be able to start an RSS-to-email campaign with Mailchimp. According to the w3c-validator my feed is fine, but mailchimp accquires only the first item in the feed instead of all four. The feed:…
Jaro
  • 570
  • 6
  • 15
11
votes
5 answers

Java Wrapper for Mailchimp API v3.0

I just started working with the Mailchimp API. So far I have configured the open authentication using Node.js and Angular.js. I want to implement an export of customers (First name, Last name and Email) from my app to a Mailchimp list. I want to do…
Ivan Stoyanov
  • 5,412
  • 12
  • 55
  • 71
11
votes
1 answer

Mailchimp use merge tags in link url

I am building a mailchimp campaign with a link to a custom form. I would like the fields of the form to be filled in with the info I have from my suscribers (first name, last name, company name, email...) For this, I am generating custom urls with…
web-tiki
  • 99,765
  • 32
  • 217
  • 249
11
votes
6 answers

Launch Mailchimp evil popup onclick

Styling