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
- Schedule trigger nodeThe Schedule trigger runs a Worfilo workflow on a cron schedule you set on the Triggers page, so a report or sync happens without anyone starting it.
- Manual Trigger nodeThe Manual Trigger starts a Worfilo 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 OAuth-protected API and have Claude draft a readable report in a Worfilo workflow you run on demand, with scheduled runs on the roadmap.
Build it on the canvas
Create a free account, describe the workflow or wire it yourself, and run it in the browser.