It’s been over 3 days since I opened a support request through the Cloud dashboard and I haven’t received a reply yet. I’m trying to complete a workflow that connects my OpenAI Chat Model1 node to Respond to Webhook1 for instant reply testing.
Everything is set up on my megabucks4u.app.n8n.cloud instance, but the webhook returns a timeout or no response. Could someone please check my ticket status or help me get this workflow operational?
Describe the problem/error/question
What is the error message (if any)?
Please share your workflow
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
Also planning to extend the workflow to drive traffic into my Unlock The System™ funnel via a new /lead-capture webhook that validates emails, checks IPs, scores leads, logs to Sheets, and sends Gmail + Slack notifications.
Current blocker: Respond to Webhook1 not returning message text for front-end ChatWidget testing.
I received this back from my front end chatwidget→ {“code”:404,“message”:“The requested webhook \“POST tpfn-intake\” is not registered.”,“hint”:“The workflow must be active for a production URL to run successfully. You can activate the workflow using the toggle in the top-right of the editor. Note that unlike test URL calls, production URL calls aren’t shown on the canvas (only in the executions list)”}
Now I’m receiving this {
"code": 404,
"message": "The requested webhook \"POST tpfn-intake\" is not registered.",
"hint": "The workflow must be active for a production URL to run successfully. You can activate the workflow using the toggle in the top-right of the editor. Note that unlike test URL calls, production URL calls aren't shown on the canvas (only in the executions list)"
}