--
You received this message because you are subscribed to the Google Groups "MailChimp API Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mailchimp-api-di...@googlegroups.com.
To post to this group, send email to mailchimp-...@googlegroups.com.
Visit this group at http://groups.google.com/group/mailchimp-api-discuss.
For more options, visit https://groups.google.com/groups/opt_out.
Ah, awesome thanks Anna, i also was wondering with that method can i specify what fields are returned? say i don't want timestamp, or address to be returned. Can that be done with that method
On Mon, Feb 10, 2014 at 5:05 PM, MailChimp Support <rsg...@gmail.com> wrote:
Hey, Keyinora. That's as easy as calling lists/members: http://apidocs.mailchimp.com/api/2.0/lists/members.php With just an API key and your list ID, it will return every email address and their individual field values.
-- Anna
On Monday, February 10, 2014 4:01:14 PM UTC-5, Keyinora Darkmoon wrote:hello,I have been trying to figure out the best why to pull all the fields in my email list so that i can store it on my companies DB.what i have been able to get so far is just the email address, and the status if they are subscribe or not, when using one of the API (mailChimp.net).I can't seem to figure out how to get the rest of the fields, and the documentation for both his API, and the others on your site haven't been very helpful.So i was wondering, what do i need to uses to accomplish this?
--
You received this message because you are subscribed to the Google Groups "MailChimp API Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mailchimp-api-discuss+unsub...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to mailchimp-api-di...@googlegroups.com.
for the batch-subscribe method, having some trouble getting the struct down
can you point out what i did wrong in my query string, and provide me with the correct format to sub an email,and pass the first, and last name
On Fri, Feb 14, 2014 at 4:26 PM, MailChimp Support <rsg...@gmail.com> wrote:
You won't be able to limit what's returned, but of course you can limit which returned parameters you choose to use further.
-- Anna
On Friday, February 14, 2014 3:06:57 PM UTC-5, Keyinora Darkmoon wrote:
Ah, awesome thanks Anna, i also was wondering with that method can i specify what fields are returned? say i don't want timestamp, or address to be returned. Can that be done with that method
On Mon, Feb 10, 2014 at 5:05 PM, MailChimp Support <rsg...@gmail.com> wrote:
Hey, Keyinora. That's as easy as calling lists/members: http://apidocs.mailchimp.com/api/2.0/lists/members.php With just an API key and your list ID, it will return every email address and their individual field values.
-- Anna
On Monday, February 10, 2014 4:01:14 PM UTC-5, Keyinora Darkmoon wrote:hello,I have been trying to figure out the best why to pull all the fields in my email list so that i can store it on my companies DB.what i have been able to get so far is just the email address, and the status if they are subscribe or not, when using one of the API (mailChimp.net).I can't seem to figure out how to get the rest of the fields, and the documentation for both his API, and the others on your site haven't been very helpful.So i was wondering, what do i need to uses to accomplish this?
--
You received this message because you are subscribed to the Google Groups "MailChimp API Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mailchimp-api-discuss+unsubscri...@googlegroups.com.
To post to this group, send email to mailchimp-...@googlegroups.com.
Visit this group at http://groups.google.com/group/mailchimp-api-discuss.
For more options, visit https://groups.google.com/groups/opt_out.
To unsubscribe from this group and stop receiving emails from it, send an email to mailchimp-api-di...@googlegroups.com.
getting -99 error An email address must contain a single @the email am putting in does have a @, not sure why it won't go through
To unsubscribe from this group and stop receiving emails from it, send an email to mailchimp-api-di...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to mailchimp-api-di...@googlegroups.com.
If they are already on your list, and an API call is run with the double_optin boolean is set the to true, it would not send out another confirmation email to that subscriber.-Brian
--
Yep! Exactly! Just create a test list in your MailChimp account to test those calls out on. No harm at all in doing that. Let us know if we can provide any more support!-Brian
--
No. If you were to take that example code and just fill in the parameters as illustrated, that is all you would need.-Tyler
--
--
I think my syntacs is offfolling this example , do i need any comma to separate the emails like {"email" :{"email": "example")}, {"email" :{"email": "example")}, or like this {"email" :{"email": "example")} {"email" :{"email": "example")}{ "apikey": "example apikey", "id": "example id", "batch": [ { "email": { "email": "example email", "euid": "example euid", "leid": "example leid" }, "email_type": "example email_type", "merge_vars": { "...": "..." } } ], "double_optin": true, "update_existing": true, "replace_interests": true }
On Fri, Feb 21, 2014 at 10:31 AM, Keyinora Darkmoon <ddrav...@gmail.com> wrote:
no error messages but for status it is returning 0, what does that indicate?
On Fri, Feb 21, 2014 at 6:14 AM, MailChimp Support <tw...@rsglab.com> wrote:
Hi Keyinora,
If you refer to lists/batch-subscribe you'll notice that there is a limit for how large your batch is, but realistically you should not be running into it at 18 subscribers.
Are you receiving any error messages ? If so, make sure to pay attention to the specific details along with the error to see why the call might be failing.
If you're receiving a success message, then chances are the way your calls are being made is causing the data to be dropped even though it has a proper syntax and you will want to examine your code further. I would suggest first starting with a simple call, passing only data such as the email address and first name. From there once you get that consistently working you can add more data to your subscriber structs.
-Tyler
--
You received this message because you are subscribed to the Google Groups "MailChimp API Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mailchimp-api-discuss+unsub...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to mailchimp-api-di...@googlegroups.com.
is there a way to pull from a list the emails that have unsubscribed?
On Mon, Feb 24, 2014 at 3:57 PM, MailChimp Support <rsg...@gmail.com> wrote:
Hey, Keyinora. Since this forum is for answering questions about the MailChimp API specifically, we won't be the best resource to instruct on how to use JSON or validate JSON code for you. Instead you'll need to work with a JSON validator (like this one: http://jsonlint.com/), maybe find a few JSON/coding community forums addressing how to set up multiple structs, and test different scenarios on your own. Best of luck!
-- Anna
On Monday, February 24, 2014 12:01:58 PM UTC-5, Keyinora Darkmoon wrote:
I think my syntacs is offfolling this example , do i need any comma to separate the emails like {"email" :{"email": "example")}, {"email" :{"email": "example")}, or like this {"email" :{"email": "example")} {"email" :{"email": "example")}{ "apikey": "example apikey", "id": "example id", "batch": [ { "email": { "email": "example email", "euid": "example euid", "leid": "example leid" }, "email_type": "example email_type", "merge_vars": { "...": "..." } } ], "double_optin": true, "update_existing": true, "replace_interests": true }
On Fri, Feb 21, 2014 at 10:31 AM, Keyinora Darkmoon <ddrav...@gmail.com> wrote:
no error messages but for status it is returning 0, what does that indicate?
On Fri, Feb 21, 2014 at 6:14 AM, MailChimp Support <tw...@rsglab.com> wrote:
Hi Keyinora,
If you refer to lists/batch-subscribe you'll notice that there is a limit for how large your batch is, but realistically you should not be running into it at 18 subscribers.
Are you receiving any error messages ? If so, make sure to pay attention to the specific details along with the error to see why the call might be failing.
If you're receiving a success message, then chances are the way your calls are being made is causing the data to be dropped even though it has a proper syntax and you will want to examine your code further. I would suggest first starting with a simple call, passing only data such as the email address and first name. From there once you get that consistently working you can add more data to your subscriber structs.
-Tyler
--
You received this message because you are subscribed to the Google Groups "MailChimp API Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mailchimp-api-discuss+unsubscri...@googlegroups.com.
To post to this group, send email to mailchimp-...@googlegroups.com.
Visit this group at http://groups.google.com/group/mailchimp-api-discuss.
For more options, visit https://groups.google.com/groups/opt_out.
To unsubscribe from this group and stop receiving emails from it, send an email to mailchimp-api-di...@googlegroups.com.