Hi n8n team,
I just started my 14-day n8n Cloud trial to build my B2B and B2C automation tunnels for Closer Performer, but I’ve run into a blocking issue on day one. Problem: The “Webhook” node doesn’t appear anywhere in my interface.
Context:
Tried: searching for “Webhook” in the “Tools” panel, restarting session, clearing cache, and checking the docs — but the node is missing.
The “Tools” panel only shows: “HTTP Request Tool”, “Coding Tool”, etc., but no “Webhook”.
Could you please confirm how to enable or access the Webhook node on n8n Cloud?
Thanks for your help,
Thomas Bryon
Note that I’m not part of the n8n team, but I may be able to help: you mentioned that you tried to find “Webhook” in the “Tools” panel, so I assume you’re using an AI Agent node and you’re trying to call a webhook as a tool like in this screenshot?
If this is the case than it’s totally normal that you can’t find a “webhook” node here. A webhook cannot be used as a tool but only as a trigger to start an n8n workflow (for example when called by a third party tool like Slack).
So you should be able to find the “Webhook” node when you start a new workflow and click on the “+” icon:
If you want to use some service of yours in the AI Agent node as a tool you can either use the “HTTP Request Tool” for a remote service or “Call n8n Workflow Tool” if your logic is part of another n8n workflow.