Woocommerce Trigger not working

Describe the problem/error/question

I am creating an order.created Woocommerce trigger in my workflow and the webhook gets created on the WordPress side, just it does never trigger.

What is the error message (if any)?

Nothing

Please share your workflow

Share the output returned by the last node

Information on your n8n setup

  • n8n version: 1.101.2
  • Database (default: SQLite): postgres
  • n8n EXECUTIONS_PROCESS setting (default: own, main): queue
  • Running n8n via (Docker, npm, n8n cloud, desktop app): docker
  • Operating system:

Hello @Martin_Neumann,
Is the Workflow active? The workflow must be toggled ON to receive webhook calls, test mode alone won’t work

The workflow is toggled on, and neither test mode nor regular calls in the execution log are showing up. One interesting fact, the API connection did work only when I include credentials in Query. Without this setting it does not even connect.

Did you use Test URL after you activate the workflow?
Because after you activate the workflow, you need to use Production URL instead of Test URL in the WooCommerce Trigger node

I think the best workaround is to create the webhook manually in WooCommerce with the credential in URL
This way I think WooCommerce sends authenticated requests, and n8n receives them properly.

sorry for posting here, but how do I ask for help with Notion node if n8n forum is not allowing me to post my question?

A manual webhook did not help either, but I found out that the problem is in the WordPress Cron system. Disabling the sending of Woocommerce webhook calls to cron did resolve it. That is not good for performance, but I did not figure out so far what got those calls stuck in the Cron system.