Using a custom gpt to create n8n nodes via rest API

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)

Welcome to the community @Samer_Shaker !

Sorry but I find it hard to follow your post. For a start, for a webhook (production) URL to accept HTTP requests the workflow itself has to be activated (test and production URLs are different). Also you mentioned that you automatically create nodes (or workflow). How do you create workflows automatically? Are you using the correct API for that? Do you activate your workflow automatically as well upon workflow creation? And what does the workflow you shared have anything to do with the issue you described? Do you report an issue with this specific workflow or your automated creation of the workflows generally?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.