Tenho um fluxo no N8N que é acionado por um webhook, ele gera um token de autenticação, para uma chamada HTTP. O outro fluxo, deveria acionar esse fluxo para obter o token, através do nó HTTP, porém, o nó não consegue concluir a chamada, que fica em execução até ser pausada manualmente. Fazendo a chamada via Postman, para realizar um teste, obtive sucesso. Por qual motivo não consigo acionar esse worflow através de outro workflow?
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 @leo_moraes ,
Bem vindo à comunidade! 
So, you’re trying to trigger the Webhook node with the HTTP Request node (the one with https://n8n.fintechma… )? Or did I misunderstood? Because that node is not calling the same url as the webhook’s.
Webhook - http://localhost:5678/webhook-test/autenticador
HTTP Request - https://n8n.fintechmagalu.com.br/webhook-test/autenticador
Also, sorry to ask, but could you try to keep your following posts in English? We strive for a community that can help as many users as possible, but the language barrier is always an issue. Using English makes it a little easier to overcome this 
For some reason, when uploading the code here on the platform, the URL was changed. However, I am calling the correct URL in the HTTP node, which references the URL of the webhook node.
Webhook - https://n8n.fintechmagalu.com.br/webhook-test/autenticador
HTTP Request - https://n8n.fintechmagalu.com.br/webhook-test/autenticador