- Issue created by @aprice42
- Status changed to Fixed
almost 2 years ago 9:46pm 10 February 2023 - πΊπΈUnited States aprice42
This work was merged into 2.x and will be made part of Release 2.2.0-rc1.
Automatically closed - issue fixed for 2 weeks with no activity.
- Status changed to Fixed
over 1 year ago 11:06pm 22 March 2023 - π³πΏNew Zealand RoSk0 Wellington
Code changes related to this request claim that API key authentication is deprecated by the MailChimp, but I couldn't find any information in this regard on either:
- https://mailchimp.com/developer/
- https://mailchimp.com/help/about-api-keys/
- https://mailchimp.com/developer/marketing/guides/quick-start/
Can you please link to the relevant documentation here .
- πΊπΈUnited States aprice42
@RoSk0 please see the comment on the other thread where you posted this question. In the future please only post questions one time. Thanks!
https://www.drupal.org/project/mailchimp/issues/3345228 π Update docs to reflect new OAuth config method Fixed
- πΊπΈUnited States amh5514
I am receiving an error that states the API Key is missing even though we authenticated using OAUTH.
An error occurred pulling member info for a list. "cURL error 28: Operation timed out after 10001 milliseconds with 0 bytes received (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://us6.api.mailchimp.com/3.0/lists/{audience}/members?offset=0&count=500&status=subscribed"
"{"type":"https://mailchimp.com/developer/marketing/docs/errors/","title":"API Key Invalid","status":401,"detail":"Your request did not include an API key.","instance":"xxxxxx-xxxx-xxxx-xxxxxxxxx"}"
Speaking with MailChimp Support, they state, "I can confirm that even with OAUTH, an API key is necessary when it comes to connection Drupal."
Are there more steps needed to integrate Mailchimp besides Authentication, and if so, where would you place the API info, settings.php?