I’m building a developer-focused WordPress webhook plugin and doing research before prioritizing new features.
I’d love to understand how people here are integrating WordPress or WooCommerce with n8n in real-world setups.
Are you relying on native WooCommerce webhooks, custom code, a plugin, middleware, polling — or something else entirely?
More importantly, what are the actual pain points once this runs in production?
-
Delivery failures?
-
Retry handling?
-
Payload structure limitations?
-
Rate limits?
-
Debugging visibility?
-
Performance impact on WordPress?
-
System Cron or WP-Cron trigger?
I’m especially interested in reliability and data-shaping challenges when workflows grow beyond simple prototypes.
Not here to pitch anything — genuinely trying to learn from real-world implementations before deciding what to build next.
Thanks!