• Hi,
    I want to use this plugin on my website, it’s what we want, but I’m testing it and, but I get this error in the log when calling Mailchimp API

    [07/09/2018 9:36 AM] – STATUS : Contact Form 7 response: Mail sent OK | MailChimp.com response: {“type”:”https://developer.mailchimp.com/documentation/mailchimp/guides/error-glossary/”,”title”:”API Key Missing”,”status”:401,”detail”:”Your request did not include an API key.”,”instance”:”7289436a-b373-40cd-a0c2-f6ac7622aa82″}

    I’ve checked API keys (Mailchimp and List API) and it’s all right.

    What is happening?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • I have the same problem at version 0.4.50 with CF7 (Version 5.0.2) and WP (4.8.7). I tried contacting the author a month ago but I didn’t get any response unfortunately ??

    I also tried disabling some other CF7 extensions to see if there are any conflicts but it didn’t change anything.

    @alexcami I got it fixed myself.

    I needed to do two things:
    1. Install cURL on my server
    2. Inside the plugin change in Mailchimp.php change API 2.0 to 3.0
    public $root = 'https://api.mailchimp.com/3.0';

    Let me know if that helped you as well ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error 401 ·”Your request did not include an API key”’ is closed to new replies.