-
Updated
May 14, 2020 - JavaScript
mailchimp
Here are 289 public repositories matching this topic...
Mailchimp Oauth
-
Updated
May 23, 2020 - JavaScript
I'm not sure if this will be included when the book is finished, but getting the config values for the .env file requires getting values from a lot of different sources and different configurations. It would be helpful if there was better documentation around that process.
I would love to submit a PR for it, but I haven't been able to figure all of it out myself yet.
Apologies for raising this ticket but I cannot make this work. I cannot see anything in your documentation about setting up a facade. Here's what I have:
Use Spatie\Newsletter\Newsletter;
Newsletter::subscribe($request->email);
and here's what the IDE tells me
non-static method should not be called statically
What am I missing?
-
Updated
Feb 11, 2020 - Python
-
Updated
May 13, 2020 - PHP
I18n support
Is your feature request related to a problem? Please describe.
Currently, Airform validation is only available in english. An internationalized version can be useful for every worldwide users.
Describe the solution you'd like
Using an i18n framework like i18next or i18njs and a platform like Weblate, [Li
var addMember = await manager.Members.AddOrUpdateAsync(mcList.Id, newMember).ConfigureAwait(false);
I'm getting the following error returned:
{"Title: Member Exists\r\nType: http://developer.mailchimp.com/documentation/mailchimp/guides/error-glossary/\r\nStatus: 400\r\nDetail: [theemail] is already a list member. Use PUT to insert or update list members.\r\nErrors: \r\n"}
-
Updated
Mar 5, 2020 - PHP
With the log file in it's own folder under the uploads dir it will be easier to handle htaccess / access restrictions to the file as you can just block off the whole folder.
https://secure.helpscout.net/conversation/1122966113/22511?folderId=787830
-
Updated
May 19, 2020 - JavaScript
-
Updated
Feb 11, 2019 - JavaScript
-
Updated
Oct 9, 2017 - HTML
-
Updated
Oct 13, 2018 - C#
Function addBatchOperation is missing the ability to set operation_id for webhook tracking abilities.
My suggestion is that $batch (true/false today) be changed to a (int) and if > 0, set that as operation_id.
Mailchimp documentation
-
Updated
May 2, 2018 - Python
-
Updated
Mar 1, 2020 - TypeScript
-
Updated
Jan 20, 2020 - PHP
-
Updated
May 20, 2020 - PHP
Is your feature request related to a problem? Please describe:
I'd like to try Audience but there's no documentation on how I can install it.
Describe the solution you'd like:
At least some installation documentation or heroku deploy file etc.
Describe alternatives you've considered:
-
Updated
Jan 31, 2020 - PHP
The Readme.md is missing critical information:
- what is mandril, where to find it
- what does this extension allow the user to do
- what is the license of this code
- what magento and php combinations are supported and what combinations are regularly tested
When a user unsubscribes using the link from MailChimp's template, it is not synced with the sylius project (the user still appears as subscribed in the database).
-
Updated
May 8, 2020 - Elixir
Improve this page
Add a description, image, and links to the mailchimp topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mailchimp topic, visit your repo's landing page and select "manage topics."


I need sent in 1 api call multiple emails.
This example from mailChimp documentation