Activecampaign webhool

I created a webhook in n8n to catch an activity or event in ActiveCampaign. We have followed the instructions but apparently nothing is being sent to n8n. We have the webhook url in n8n and added that in the webhook tab in activecampaign. I also added the webhook in the automation but nothing triggered the n8n workflow. I test the URL in another workflow in n8n and it worked. Can anyone please recommend the next step to configure the issue? Thanks

  1. Use the production URL from the Webhook node, not the test URL.
  2. Activate the workflow in n8n — webhooks only work when active.
  3. In ActiveCampaign, ensure the webhook is linked to the correct event type and automation path.
  4. Trigger the automation with real data (e.g. form submission), not manually from inside ActiveCampaign.
  5. Use a tool like RequestBin to verify ActiveCampaign is sending the request — if not, issue is on ActiveCampaign’s side.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.