I have a Slack bot workflow on n8n cloud. The test webhook works but production webhook does not trigger.
Test URL works: webhook-test/slack-bot-webhook
Production URL does not work: webhook/slack-bot-webhook
When I send a POST request to the production URL, nothing happens. No executions show up. The workflow is active.
I created a simple test workflow and both test and production webhooks work fine. But my Slack bot workflow only works in test mode.
Things I tried:
-
Reactivating the workflow
-
Creating a duplicate with new webhook path
-
Checking all connections
-
Direct curl tests
The production webhook seems completely dead for this specific workflow even though simpler workflows work fine in production.
Any ideas?
What is the error message (if any)?
Please share your workflow
https://pastebin.com/5jyyMi4J
Share the output returned by the last node
none
Information on your n8n setup
- n8n version: latest default (tried beta too)
- Database (default: SQLite): default
- n8n EXECUTIONS_PROCESS setting (default: own, main): default
- Running n8n via (Docker, npm, n8n cloud, desktop app): cloud
- Operating system: windows