Node reference
Webhook trigger node
webhook_trigger · Updated September 17, 2026
The Webhook trigger is meant to start a workflow when an HTTP request arrives at a path you choose, with the request body as the trigger payload.
When to use it
Ports
- Inputs
- None
- Outputs
out
Configuration
- Path
path - string
- method
method - GET | POST | PUT | DELETE · default "POST"
Output
Fires out with the request payload, readable as {{ trigger.<field> }}.
Keep reading
- Manual Trigger nodeThe Manual Trigger starts a Novalink workflow from the editor with a test payload, so you can build and debug AI workflows before wiring a real event source.
- Automated report drafting with ClaudeFetch metrics from an API and have Claude draft a readable report in a Novalink workflow you run on demand, with scheduled runs on the roadmap.
- Introducing Novalink: AI agent workflows you can watch runNovalink is a visual editor for AI agent workflows. Why it exists, what it does today, and what is coming next, from its developer Oshadha Vimukthi.
Build it on the canvas
Create a free account and run your first workflow in the browser, or run Novalink on your own machine.