Trigger webhook in the same workflow

Hey guys,

I’m working on this very complex, at least for me, workflow to help me automate some of my work. It’s a project management assistant to create projects and minutes, and it has a RAG Agent at the front end. Everything works fine when I’m testing and triggering manually. All steps execute the way they suppose apart from a few mistakes on the agent that I need to fix. But what is killing me is:

you see there are several webhooks and the agent has few request tools. I guess as soon as the request tool is used it is supposed to trigger one of the webhooks in the same workflow. But for some reason, it never happens. I checked all URLs to be sure it was working (I changed all my URLs in this file for privacy reasons). Everything seems fine but no trigger. Am I missing something?

I’m running version 1.64.3 in a docker container. Webhooks work on other workflows when accessed from outside N8N

Thx for the help
PS: I had to delete 75% of the workflow coz I exceeded the 85k lines limit

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hi @Alexandre_Leitao
why don’t you use the “Call n8n Workflow Tool” instead of the HTTP Request tool?
That should make things easier. An example here:

Let me know if this helps

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