Hi i have the same issue of this old thread. how can i fix it ?
from server log 2026-Jan-21 17:10:09 Received request for unknown webhook: The requested webhook “POST dc8a15c5-df43-4728-8635-4c2af4a519f9/webhook” is not registered. 2026-Jan-21 17:10:10 Received request for unknown webhook: The requested webhook “POST 6dc05f3b-f0fc-4205-84c2-bce7e625a1dd/webhook” is not registered. 2026-Jan-21 17:23:41 The “key” argument must be of type string or an instance of ArrayBuffer, Buffer, TypedArray, DataView, KeyObject, or CryptoKey. Received undefined 2026-Jan-21 17:23:41 Error in handling webhook request POST /webhook/e24eb1ed-d2c9-408e-b5f4-b5b009808a27/webhook: Workflow Webhook Error: Workflow could not be started! 2026-Jan-21 17:23:41 The “key” argument must be of type string or an instance of ArrayBuffer, Buffer, TypedArray, DataView, KeyObject, or CryptoKey. Received undefined 2026-Jan-21 17:23:50 The “key” argument must be of type string or an instance of ArrayBuffer, Buffer, TypedArray, DataView, KeyObject, or CryptoKey. Received undefined 2026-Jan-21 17:23:50 Error in handling webhook request POST /webhook/e24eb1ed-d2c9-408e-b5f4-b5b009808a27/webhook: Workflow Webhook Error: Workflow could not be started!
If this happened to me, I’d suspect that something changed on the WooCommerce side that caused n8n to trigger an error,
Instead of waiting for a fix to the built-in WooCommerce node, I’d set up a native webhook trigger and configure it to behave like WooCommerce trigger node,
IMO, This gives better control and makes debugging easier.