Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

avoid API call to GetList when calling CreateMember #64

Open
alexflint opened this issue Jul 26, 2024 · 0 comments
Open

avoid API call to GetList when calling CreateMember #64

alexflint opened this issue Jul 26, 2024 · 0 comments

Comments

@alexflint
Copy link

In the GetList function there is an API call to mailchimp that gets information about the mailing list. Is it really necessary to make this API call before adding an email to a list with CreateMember? It adds some latency to my code, and also the GetList API call sometimes times out on the mailchimp end (this is not the fault of this library of course, it would just be nice not to need that API call to always succeed)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant