Describe the problem/error/question
I am using a custom gpt to create n8n nodes on using http request that i setup or trying to setup I got everything showing that it works, but gpt is saying it created workflow, but its not showing in my instance.
What is the error message (if any)?
There is no error message in the n8n interface, but when I try to call the webhook URL, I receive a 404 error, or the workflow doesn’t execute.
Please share your workflow
css
Copy code
Share the output returned by the last node
The workflow does not execute, and there is no log entry indicating that it has been triggered.
Information on your n8n setup
- n8n version: Latest version available on n8n Cloud
- Database (default: SQLite): Managed by n8n Cloud
- n8n EXECUTIONS_PROCESS setting (default: own, main): Managed by n8n Cloud
- Running n8n via (Docker, npm, n8n cloud, desktop app): n8n Cloud
- Operating system: Windows 10 (local system for testing webhook calls)