mailchimp

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

℡╲_俬逩灬. 提交于 2019-12-18 05:50:46
问题 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 the script that I am using: campaign = mailchimp.campaigns.create( "regular", { "list_id" => list_id, "subject" => "Email Test", "from_email" => "edward@somewhere.com", "from_name" => "Edward", "to_name" => "The to name", "template_id" => 35089 },

Mailchimp form not submitting

回眸只為那壹抹淺笑 提交于 2019-12-18 04:18:18
问题 I am trying to integrate MailChimp into a simple web site with form for submitting one's email to get more information. However, even after integration into existing web site form, it still does not submit any info to the List that has been setup on the MailChimp system. Since the integration into existing form did not work, I decided to go back a step and simply test the vanilla code that was produced by MailChimp - but even this will not work, so I did a search and found that this is a

MailChimp API PHP - Add to Interest Group

牧云@^-^@ 提交于 2019-12-17 18:35:30
问题 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 the list (done: $objMailChimp->listBatchSubscribe($strMailingListID, ...) ) Interest Groupings (done: $objMailChimp->listInterestGroupingAdd($strMailingListID, ...) ) Interest Groups into those Groupings (done: $objMailChimp->listInterestGroupAdd($strMailingListID, ...) ) Subscribers assigned to

Mailchimp subscribe using jQuery AJAX?

血红的双手。 提交于 2019-12-17 10:34:07
问题 What is a complete jQuery solution to subscribing uses to a list on Mailchimp? The problem is that most solutions either use a library or require server side code. I want a quick elegant solution, which gives me complete control over the UI, hence UX of the form and it's functionality. 回答1: @Nagra's solution is good but it will throw an error when executed from the client's browser due to the Same-Origin Security Policies in effect. In essence, these security measures are there to prevent

Email Marketing/Newsletters in Magento [closed]

血红的双手。 提交于 2019-12-13 22:13:19
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 3 years ago . I want to implement some email marketing like mailchimp in magento. Is it worth to use mailchimp in magento or is there any other marketing tool like mailchimp which work with magento ? Please give me right direction to choose correct option. thanks 回答1: I've been working with Mailchimp from past 2 years. There

Mailchimp Oauth2 sample app troubleshooting

限于喜欢 提交于 2019-12-13 22:04:38
问题 I keep getting the following error when I try to use the Mailchimp OAUTH2 sample app (PHP). For your reference, here's their github repo: https://github.com/mailchimp/OAuth2-sample-apps However, my client id and client secret are correct (have copied and pasted them multiple times). Complete Failure!: redirect_uri_mismatch This likely means that you have entered a bad client_id or client_secret or you are being awesome and checking to see this failure occur. Try Again? If it helps, I'm using

MailChimp API 2.0 Batch Subscription PHP

血红的双手。 提交于 2019-12-13 13:24:35
问题 I am not able to subscribe multiple emails in MailChimp. Using API https://bitbucket.org/mailchimp/mailchimp-api-php/downloads $api_key = "***"; $list_id = "***"; require ('api/Mailchimp.php'); $Mailchimp = new Mailchimp($api_key); $Mailchimp_Lists = new Mailchimp_Lists($Mailchimp); $batch[] = array('email' => 'user1@mail.com'); $batch[] = array('email' => 'user2@mail.com'); $subscriber = $Mailchimp_Lists -> batchSubscribe($list_id, $batch, false, false, true); I am getting following Error:

Rails Mailchimp Background Job Not Implemented Error

南笙酒味 提交于 2019-12-13 08:27:38
问题 So I'd like to add a user that registers on my rails site onto a mailing list. I've got the gibbon gem installed and I had success testing my ruby method in a stand-alone ruby file. I'm having issues integrating it into my application, however. The error I receive in my rails logs is ERROR -- : NotImplementedError (NotImplementedError) Here's my approach, which I tried to follow from this blog post: http://aspiringwebdev.com/mailchimp-and-active-job-on-rails-4-adding-users-to-your-mailing

Shopify blog feeding mailchimp campaign doesn't display images

醉酒当歌 提交于 2019-12-13 05:43:17
问题 I'm setting up a simple Mailchimp campaign for a client which mails the latest blog post on a Shopify website. Mailchimp reads the entries from the site's RSS feed (via feedburner) and displays them in an email template but the blog's images are always broken links. The images have been uploaded directly to Shopify for the articles and are delivered through it's content delivery network. References appear similar to: <img src="//cdn.shopify.com/s/files/1/2222/3333/files/my-image.jpg?1234" />

Editable Background Images in Mailchimp

谁说我不能喝 提交于 2019-12-12 12:06:54
问题 Trying to code an email template for Mailchimp, and I'm trying to be able to edit the background image tag of a via Mailchimp itself, so I dont need to go and change the code each time I want to send it out. Is there a way to declare the background tag as an /@ editable / region so I can change thethe url in mailchimp? If so, how would I go about doing it? Current code: <table width="600" border="0" align="center" cellpadding="0" cellspacing="0" class="wrap banner3" style="border-collapse: