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
0
votes
1 answer

Divide subscribers of Mailchimp-Form into differrent audiences using checkboxes

I'm trying to build a newsletter signup form that is able to divide subscribers into different audiences. Whereas the checkbox serves as a kind of switch. Group one (that hasn't ticked the newsletter-checkbox) gets sorted into the "Tutorial…
Maxi
  • 11
0
votes
1 answer

Jquery Conflict between Mega-Menu and MailChimp form

Here's a conundrum.. I have two elements that I need on a page that won't play nice with each other: a mega-menu (required for the main site navigation) and a simple mailchimp signup form (in the footer). See them both on this page…
Simon
  • 25
  • 1
  • 5
0
votes
1 answer

Mailchimp API 3.0 batch/bulk untag

I have a problem with untag the subscribers in a bulk with the Mailchimp API. In the documentation https://mailchimp.com/developer/guides/how-to-use-tags/#Tag_multiple_contacts_in_bulk is the example: { "members_to_remove": [ …
0
votes
1 answer

How to fix mailchimp full popup view in mobile

I have added to mailchimp to my website. Everything works fine in desktop . When It comes to mobile instead of popping up on middle . It is resized without image at top I want it to popup with full size in middle is there any code to do that
Alan
  • 1
  • 1
0
votes
1 answer

Mandrill/MailChimp Replace Unsubscribe Link

Currently using a system to send emails in which templates are created in MailChimp. From the codebase, using mandrill, hit the madrill API to utilize the template and send emails where they need to go. MailChimp auto creates an Unsubscribe Link. Is…
Birdman333
  • 73
  • 2
  • 9
0
votes
1 answer

Mailchimp PHP 2.0 not adding name fields

I'm trying to add several fields to a list in Mailchimp. This code is working, except 'FNAME', 'LNAME', and 'ADDRESS' aren't inserting (showing up blank in list after checking Mailchimp site). 'PHONE' and 'SIGNUPLINK' are inserting. Is there a…
codr
  • 889
  • 3
  • 13
  • 22
0
votes
2 answers

Extracting XML data from a FileMaker Web Viewer using a Custom Function

I have a script in Filemaker that calls a Brian Dunning hosted custom function called extractData this function looks for a given instance of a given attribute within a given XML contents. this however is not working for me (this may be due to…
Deviland
  • 3,324
  • 7
  • 32
  • 53
0
votes
1 answer

HTML EMAILERS / Anchor links

Quick question, is it ok to use standard HTML anchor links within a html emailer? Its to be used as a jump link to content within the e-mail. Wondered if anyone had any experience of this and whether they had come across any issues / pitfalls? …
Dancer
  • 17,035
  • 38
  • 129
  • 206
0
votes
1 answer

Error when searching for a subject having colon

I'm using Mandrill API to search for sent emails. Everything works nice with this query: { "key": "mandrill_api_key", "query": "subject:Announcement" } But this one does not work: { "key": "mandrill_api_key", "query":…
0
votes
1 answer

name: 'MissingSchemaError'

So, I took the independent route to implementing a database into my own sign up app before i will implement the MD5 hash logic in order to use the MailChimp API. However, before I do that I need to understand a lil more about this error. Is this…
SNewton
  • 1
  • 3
0
votes
1 answer

In mailchimp how do you only display markup for an RSS feedblock if the it has posts?

I am trying to display a title above an RSS feedblock but sometimes the feed doesn't have any posts in which case i don't want the title displayed. *|FEEDBLOCK:http://feeds.bbci.co.uk/news/rss.xml|* *|IF:FEEDITEMS|*

A Lovely Feed…

Tristanisginger
  • 2,181
  • 4
  • 28
  • 41
0
votes
1 answer

How to add CC mail in MailChimp campaign

I have a MailChimp pop-up campaign on my website which is working fine. When someone enters their information, they receive a welcome e-mail. My question is: Can I add my e-mail address to cc/bcc so every time when someone subscribes to the list I…
Mitko Gurbanski
  • 105
  • 2
  • 4
  • 12
0
votes
1 answer

Get Recent Campaign Sends from Mailchimp API

I'm trying to pull the latest sends from all my campaigns in Mailchimp via the 3.0 API. The only way I seem to be able to do this is: 1) Search for a given member by email /3.0/search-members?query=joe@example.com 2) Get the member ID and request…
Colin
  • 675
  • 1
  • 11
  • 32
0
votes
0 answers

Mailchimp API - Send Campaign returning "Your Campaign is not ready to send" due to incomplete "From" Fields

Code written in Node.JS using node-mailchimp I am attempting to create and send a campaign to a list in Mailchimp. But I am getting an error "Your Campaign is not ready to send.". Code mailchimp.request({ method : 'post', …
chidog12
  • 61
  • 1
  • 7
0
votes
2 answers

Tracking validated submissions using GTM on Mailchimp Embedded Form

I'm using GTM to track submissions to an embedded Mailchimp form. Relevant post here: Tracking submissions on MailChimp embedded form Per the original post answer, I am able to use this code to track form…
jbmn
  • 15
  • 4
1 2 3
99
100