Please update your documentation at https://www.drupal.org/project/mailchimp to include the following.

Acquia Dev Desktop does not support webhooks. Use Ngrok instead.

1. Download from ngrok.com then start ngrok.exe
2. Type "ngrok http 8083" into the command window.
3. Type the "Forwarding" http address into browser. (Ex. 96792e68.ngrok.io) This will start your local web site just as Acquia Dev Desktop does.
4. Webhooks now works to enable Lists.
5. More documentation at https://www.lullabot.com/articles/exposing-callback-and-webhook-urls-on-... and https://ngrok.com/docs

Thanks!

Comments

samstamport created an issue. See original summary.

ecrown’s picture

#2 should be like this
Type "ngrok http --host-header=mysite.dd 8083" into the command window.

if not this will not be forwarded to the appropiate local site if there are more than one site on acquia dev desktop
also after #2 the following line needs to be added to setting.php if not there will be issues with css and js not loading correctly
$base_url = 'http://mysite.dd:8083';

ruscoe’s picture

Version: 7.x-3.x-dev » 7.x-4.x-dev
samuel.mortenson’s picture

Status: Active » Closed (won't fix)

I don't think we should document this, all local environments will have this issue with any functionality that needs to expose itself to the public internet.